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:
Sven Neumann 2006-12-18 20:33:10 +00:00 committed by Sven Neumann
parent 5aa0624cef
commit 45f53ad8cd
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 },