app: Use Ctrl+E and Ctrl+Shift+E for export

Use Ctrl+E and Ctrl+Shift+E for File->Export and File->Export to
instead of View->Shrink Wrap an View->Fit Image in Window.
This commit is contained in:
Martin Nordholts 2009-04-25 23:58:57 +02:00
parent cd8829b91b
commit a3a756091d
2 changed files with 4 additions and 4 deletions

View File

@ -139,13 +139,13 @@ static const GimpEnumActionEntry file_save_actions[] =
GIMP_HELP_FILE_SAVE },
{ "file-export", NULL,
NC_("file-action", "Export..."), NULL,
NC_("file-action", "Export..."), "<control>E",
NC_("file-action", "Export the image to various file formats such as .png or .jpg"),
GIMP_SAVE_MODE_EXPORT, FALSE,
GIMP_HELP_FILE_EXPORT },
{ "file-export-to", NULL,
NC_("file-action", "Export to"), NULL,
NC_("file-action", "Export to"), "<control><shift>E",
NC_("file-action", "Export the image back to the import source in the import format"),
GIMP_SAVE_MODE_EXPORT_TO, FALSE,
GIMP_HELP_FILE_EXPORT_TO }

View File

@ -85,7 +85,7 @@ static const GimpActionEntry view_actions[] =
GIMP_HELP_FILE_CLOSE },
{ "view-zoom-fit-in", GTK_STOCK_ZOOM_FIT,
NC_("view-action", "_Fit Image in Window"), "<control><shift>E",
NC_("view-action", "_Fit Image in Window"), NULL,
NC_("view-action", "Adjust the zoom ratio so that the image becomes fully visible"),
G_CALLBACK (view_zoom_fit_in_cmd_callback),
GIMP_HELP_VIEW_ZOOM_FIT_IN },
@ -115,7 +115,7 @@ static const GimpActionEntry view_actions[] =
GIMP_HELP_DISPLAY_FILTER_DIALOG },
{ "view-shrink-wrap", GTK_STOCK_ZOOM_FIT,
NC_("view-action", "Shrink _Wrap"), "<control>E",
NC_("view-action", "Shrink _Wrap"), NULL,
NC_("view-action", "Reduce the image window to the size of the image display"),
G_CALLBACK (view_shrink_wrap_cmd_callback),
GIMP_HELP_VIEW_SHRINK_WRAP },