From: curt Date: Sat, 4 Jan 2003 21:22:43 +0000 (+0000) Subject: Ooops, the presets_commit command was lost going from the 1.8 -> 1.9 version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30dc5aab90c0568b636a22d33a5b06249b8dddf3;p=flightgear.git Ooops, the presets_commit command was lost going from the 1.8 -> 1.9 version (Sun Dec 22 19:58:34 2002 UTC) --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index b8d8f1ff5..dec977679 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -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 };