diff --git a/ChangeLog b/ChangeLog index e56602b5a9..14c7ebcad9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-30 Michael Natterer + + * app/dialogs/dialog.c: removed forgotten foreign registration of + "gimp-keyboard-shortcuts-dialog". + 2005-09-30 Michael Natterer * plug-ins/*/*.c: removed '...' from progress messages. They are diff --git a/app/dialogs/dialogs.c b/app/dialogs/dialogs.c index 1a70aee925..194a87cdff 100644 --- a/app/dialogs/dialogs.c +++ b/app/dialogs/dialogs.c @@ -78,7 +78,6 @@ static const GimpDialogFactoryEntry toplevel_entries[] = FOREIGN ("gimp-palette-editor-color-dialog", TRUE, FALSE), FOREIGN ("gimp-colormap-editor-color-dialog", TRUE, FALSE), - FOREIGN ("gimp-keyboard-shortcuts-dialog", TRUE, TRUE), FOREIGN ("gimp-controller-editor-dialog", FALSE, TRUE), FOREIGN ("gimp-controller-action-dialog", FALSE, TRUE),