[gthumb: 13/24] renamed "copy/move to folder" as "copy/move to..."



commit 9dd5fd6fc19c0fa1219126de3cd3ef6cb55b9262
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 14 11:13:30 2010 +0100

    renamed "copy/move to folder" as "copy/move to..."

 extensions/copy_move_to_folder/callbacks.c |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/extensions/copy_move_to_folder/callbacks.c b/extensions/copy_move_to_folder/callbacks.c
index d5d9164..9912559 100644
--- a/extensions/copy_move_to_folder/callbacks.c
+++ b/extensions/copy_move_to_folder/callbacks.c
@@ -54,16 +54,14 @@ static const char *fixed_ui_info =
 
 
 static GtkActionEntry action_entries[] = {
-	{ "Tool_CopyToFolder", "edit-copy",
-	  N_("Copy to Folder"), NULL,
-	  N_("Copy the selected image(s) to a folder"),
-	  G_CALLBACK (gth_browser_activate_action_tool_copy_to_folder)
-	},
-	{ "Tool_MoveToFolder", "edit-cut",
-	  N_("Move to Folder"), NULL,
-	  N_("Move the selected image(s) to a folder"),
-	  G_CALLBACK (gth_browser_activate_action_tool_move_to_folder)
-	},
+	{ "Tool_CopyToFolder", NULL,
+	  N_("Copy to..."), NULL,
+	  N_("Copy the selected files to another folder"),
+	  G_CALLBACK (gth_browser_activate_action_tool_copy_to_folder) },
+	{ "Tool_MoveToFolder", NULL,
+	  N_("Move to..."), NULL,
+	  N_("Move the selected files to another folder"),
+	  G_CALLBACK (gth_browser_activate_action_tool_move_to_folder) }
 };
 
 



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