as suggested by the HIG, use Alt-Return as default shortcut for the Image

2007-06-27  Sven Neumann  <sven@gimp.org>

	* app/actions/image-actions.c: as suggested by the HIG, use
	Alt-Return as default shortcut for the Image Properties dialog.

svn path=/trunk/; revision=22848
This commit is contained in:
Sven Neumann 2007-06-27 10:41:17 +00:00 committed by Sven Neumann
parent 12813eb1cd
commit b51110157d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-06-27 Sven Neumann <sven@gimp.org>
* app/actions/image-actions.c: as suggested by the HIG, use
Alt-Return as default shortcut for the Image Properties dialog.
2007-06-27 Sven Neumann <sven@gimp.org>
* app/widgets/gimpimagepropview.c: show the full filename instead

View File

@ -141,7 +141,7 @@ static const GimpActionEntry image_actions[] =
GIMP_HELP_IMAGE_GRID },
{ "image-properties", GTK_STOCK_INFO,
N_("Image Pr_operties"), NULL,
N_("Image Pr_operties"), "<alt>Return",
N_("Display information about this image"),
G_CALLBACK (image_properties_cmd_callback),
GIMP_HELP_IMAGE_PROPERTIES }