From abcd05079565e2ee40fc2c61144bde7baa01811f Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 17 Jan 2003 22:54:09 +0000 Subject: [PATCH] Oops we tweaked the preset_commit command name, let's call it by it's correct name. --- src/GUI/preset_dlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/preset_dlg.cxx b/src/GUI/preset_dlg.cxx index 48cd66457..97e9f9803 100644 --- a/src/GUI/preset_dlg.cxx +++ b/src/GUI/preset_dlg.cxx @@ -229,9 +229,9 @@ void fgPresetAirspeed(puObject *cb) void fgPresetCommit(puObject *) { SGPropertyNode args; - if ( !globals->get_commands()->execute("presets_commit", &args) ) + if ( !globals->get_commands()->execute("presets-commit", &args) ) { - SG_LOG( SG_GENERAL, SG_ALERT, "Command: presets_commit failed."); + SG_LOG( SG_GENERAL, SG_ALERT, "Command: presets-commit failed."); } } -- 2.39.5