[gimp: 27/27] app: Use Ctrl+E and Ctrl+Shift+E for export



commit a3a756091d3ba31a28077682ce4823d7a08ac3b0
Author: Martin Nordholts <martinn src gnome org>
Date:   Sat Apr 25 23:58:57 2009 +0200

    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.
---
 app/actions/file-actions.c |    4 ++--
 app/actions/view-actions.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index aa256ff..977cdbe 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -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 }
diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c
index 70e23a8..f05ed5c 100644
--- a/app/actions/view-actions.c
+++ b/app/actions/view-actions.c
@@ -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 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]