mirror of https://github.com/GNOME/gimp.git
changed "undo-editor-popup" to "undo-popup". This was forgotten in the fix
2006-12-18 Sven Neumann <sven@gimp.org> * app/actions/edit-actions.c (edit_actions): changed "undo-editor-popup" to "undo-popup". This was forgotten in the fix for #345251. Fixes bug #386960.
This commit is contained in:
parent
5aa0624cef
commit
45f53ad8cd
|
@ -1,3 +1,9 @@
|
|||
2006-12-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/actions/edit-actions.c (edit_actions): changed
|
||||
"undo-editor-popup" to "undo-popup". This was forgotten in the fix
|
||||
for #345251. Fixes bug #386960.
|
||||
|
||||
2006-12-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/gui.c: cleaned up the code that shows the toolbox when
|
||||
|
|
|
@ -64,7 +64,7 @@ static const GimpActionEntry edit_actions[] =
|
|||
{ "edit-paste-as-menu", NULL, N_("_Paste as") },
|
||||
{ "edit-buffer-menu", NULL, N_("_Buffer") },
|
||||
|
||||
{ "undo-editor-popup",
|
||||
{ "undo-popup",
|
||||
GTK_STOCK_UNDO, N_("Undo History Menu"), NULL, NULL, NULL,
|
||||
GIMP_HELP_UNDO_DIALOG },
|
||||
|
||||
|
|
Loading…
Reference in New Issue