[gthumb/ext: 18/79] added accelerator for the duplicate command



commit 7d592e9937a6880ea7d95a02fc70333dcff8dccd
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jun 22 09:24:51 2009 +0200

    added accelerator for the duplicate command

 extensions/file_manager/callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/file_manager/callbacks.c b/extensions/file_manager/callbacks.c
index a1c4024..7b1c1c5 100644
--- a/extensions/file_manager/callbacks.c
+++ b/extensions/file_manager/callbacks.c
@@ -112,7 +112,7 @@ static GtkActionEntry action_entries[] = {
 	  NULL,
 	  G_CALLBACK (gth_browser_activate_action_edit_paste_in_folder) },
 	{ "Edit_Duplicate", NULL,
-	  N_("D_uplicate"), NULL,
+	  N_("D_uplicate"), "<control><shift>D",
 	  N_("Duplicate the selected files"),
 	  G_CALLBACK (gth_browser_activate_action_edit_duplicate) },
 	{ "Edit_Rename", NULL,



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