[gthumb] Added Ctrl+Shift+D shortcut for Edit->Duplicate



commit e6726a34a7e54c5ce76b72264c75f13657e46227
Author: don Paolo Benvenuto <donpaolo gsi it>
Date:   Wed Jun 24 14:32:53 2009 -0400

    Added Ctrl+Shift+D shortcut for Edit->Duplicate

 AUTHORS                           |    1 +
 src/gth-browser-actions-entries.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index a075447..c3a98d0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,3 +28,4 @@ Contributors:
   Marlodavampire <brooss teambb gmail com>
   Lincoln de Sousa <lincoln alfaiati net>
   Javier Jardón <javierjc1982 gmail com>
+  don Paolo Benvenuto <donpaolo gsi it>
diff --git a/src/gth-browser-actions-entries.h b/src/gth-browser-actions-entries.h
index 5d81ce7..dc4719f 100644
--- a/src/gth-browser-actions-entries.h
+++ b/src/gth-browser-actions-entries.h
@@ -101,7 +101,7 @@ static GtkActionEntry gth_browser_action_entries[] = {
 	  G_CALLBACK (gth_browser_activate_action_edit_rename_file) },
 
 	{ "Edit_DuplicateFile", NULL,
-	  N_("D_uplicate"), NULL,
+	  N_("D_uplicate"), "<control><shift>D",
 	  N_("Duplicate selected images"),
 	  G_CALLBACK (gth_browser_activate_action_edit_duplicate_file) },
 



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