]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_commands.cxx
- implement progress information (enabled by default; can be turned off via
[flightgear.git] / src / Main / fg_commands.cxx
index 335b25599c8ad379f7fcbb7da8a7cc04d91955d4..21e9975e54c2169d30b810ee23ca5ef647efe66a 100644 (file)
@@ -1292,6 +1292,7 @@ do_save_xml_from_proptree(const SGPropertyNode * node)
     return true;
 }
 
+
 ////////////////////////////////////////////////////////////////////////
 // Command setup.
 ////////////////////////////////////////////////////////////////////////
@@ -1342,7 +1343,6 @@ static struct {
     { "dialog-new", do_dialog_new },
     { "dialog-show", do_dialog_show },
     { "dialog-close", do_dialog_close },
-    { "dialog-show", do_dialog_show },
     { "dialog-update", do_dialog_update },
     { "dialog-apply", do_dialog_apply },
     { "presets-commit", do_presets_commit },