]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/menubar.cxx
Make sure that all elapsed time gets passed to update when a subsystem
[flightgear.git] / src / GUI / menubar.cxx
index ffd3a3b7375214acab88f812f07e3263a99b0443..7a41fb8a7e37fea769b8e35765b9e2daad378b2c 100644 (file)
@@ -146,7 +146,7 @@ static struct {
 } deprecated_dialogs [] = {
     { "old-save-dialog", do_save_dialog },
     { "old-load-dialog", do_load_dialog },
-    { "old-reinit_dialog", do_reinit_dialog },
+    { "old-reinit-dialog", do_reinit_dialog },
 #if defined(TR_HIRES_SNAP)
     { "old-hires-snapshot-dialog", do_hires_snapshot_dialog },
 #endif