]> git.mxchange.org Git - flightgear.git/commitdiff
Ooops, the presets_commit command was lost going from the 1.8 -> 1.9 version
authorcurt <curt>
Sat, 4 Jan 2003 21:22:43 +0000 (21:22 +0000)
committercurt <curt>
Sat, 4 Jan 2003 21:22:43 +0000 (21:22 +0000)
(Sun Dec 22 19:58:34 2002 UTC)

src/Main/fg_commands.cxx

index b8d8f1ff56ca0d22b0915b710625051326f4ac14..dec9776793a84f879cee722b7be3eb89a3217e36 100644 (file)
@@ -662,6 +662,7 @@ static struct {
     { "dialog-show", do_dialog_show },
     { "dialog-update", do_dialog_update },
     { "dialog-apply", do_dialog_apply },
+    { "presets_commit", do_presets_commit },
     { 0, 0 }                   // zero-terminated
 };