]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/preset_dlg.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / GUI / preset_dlg.cxx
index 48cd66457f30baaa51c81163b26753a0ba3c63a9..97e9f9803b9ac518e4bb1ae12722e95a2d77005d 100644 (file)
@@ -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.");
     }
 }