mirror of https://github.com/GNOME/gimp.git
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:
parent
80db2fb4d1
commit
3dffa4fbd3
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -77,7 +77,7 @@ Select
|
|||
Toggle Quickmask....................Shift+Q
|
||||
|
||||
View
|
||||
Zoom in............................ =
|
||||
Zoom in............................ +
|
||||
Zoom out........................... -
|
||||
Zoom to fit window..................Shift+Ctrl+E
|
||||
Zoom >
|
||||
|
|
Loading…
Reference in New Issue