From 30dc5aab90c0568b636a22d33a5b06249b8dddf3 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 4 Jan 2003 21:22:43 +0000 Subject: [PATCH] Ooops, the presets_commit command was lost going from the 1.8 -> 1.9 version (Sun Dec 22 19:58:34 2002 UTC) --- src/Main/fg_commands.cxx | 1 + 1 file changed, 1 insertion(+) 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 }; -- 2.39.5