docs/keybindings.txt changed the default shortcut for "Zoom In" to '+'.

2003-05-23  Sven Neumann  <sven@gimp.org>

	* docs/keybindings.txt
	* app/gui/image-menu.c (image_menu_entries): changed the default
	shortcut for "Zoom In" to '+'. Fixes bug #56108.
This commit is contained in:
Sven Neumann 2003-05-23 11:27:28 +00:00 committed by Sven Neumann
parent 80db2fb4d1
commit 3dffa4fbd3
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2003-05-23 Sven Neumann <sven@gimp.org>
* docs/keybindings.txt
* app/gui/image-menu.c (image_menu_entries): changed the default
shortcut for "Zoom In" to '+'. Fixes bug #56108.
2003-05-23 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpdrawabletreeview.c

View File

@ -311,7 +311,7 @@ GimpItemFactoryEntry image_menu_entries[] =
/* <Image>/View/Zoom */
{ { N_("/View/Zoom/Zoom In"), "equal",
{ { N_("/View/Zoom/Zoom In"), "plus",
view_zoom_in_cmd_callback, 0,
"<StockItem>", GTK_STOCK_ZOOM_IN },
NULL,

View File

@ -311,7 +311,7 @@ GimpItemFactoryEntry image_menu_entries[] =
/* <Image>/View/Zoom */
{ { N_("/View/Zoom/Zoom In"), "equal",
{ { N_("/View/Zoom/Zoom In"), "plus",
view_zoom_in_cmd_callback, 0,
"<StockItem>", GTK_STOCK_ZOOM_IN },
NULL,

View File

@ -77,7 +77,7 @@ Select
Toggle Quickmask....................Shift+Q
View
Zoom in............................ =
Zoom in............................ +
Zoom out........................... -
Zoom to fit window..................Shift+Ctrl+E
Zoom >