[brasero/gnome-2-28] Fix #598924 - Brasero wouldn't let me rename files by pasting the new name



commit d1476ff98296197218f308794eba9367044d76d9
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Dec 5 16:58:17 2009 +0100

    Fix #598924 -  Brasero wouldn't let me rename files by pasting the new name
    It should be backported to 2.28

 src/brasero-audio-disc.c |    2 +-
 src/brasero-data-disc.c  |    2 +-
 src/brasero-video-disc.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/brasero-audio-disc.c b/src/brasero-audio-disc.c
index 938b644..159fb33 100644
--- a/src/brasero-audio-disc.c
+++ b/src/brasero-audio-disc.c
@@ -153,7 +153,7 @@ static GtkActionEntry entries[] = {
 	 G_CALLBACK (brasero_audio_disc_edit_information_cb)},
 	{"DeleteAudio", GTK_STOCK_REMOVE, NULL, NULL, N_("Remove the selected files from the project"),
 	 G_CALLBACK (brasero_audio_disc_delete_activated_cb)},
-	{"PasteAudio", GTK_STOCK_PASTE, NULL, NULL, N_("Add the files stored in the clipboard"),
+	{"PasteAudio", NULL, N_("Paste files"), NULL, N_("Add the files stored in the clipboard"),
 	 G_CALLBACK (brasero_audio_disc_paste_activated_cb)},
 	{"Pause", "insert-pause", N_("I_nsert a Pause"), NULL, N_("Add a 2 second pause after the track"),
 	 G_CALLBACK (brasero_audio_disc_add_pause_cb)},
diff --git a/src/brasero-data-disc.c b/src/brasero-data-disc.c
index 4cf1b95..a53a266 100644
--- a/src/brasero-data-disc.c
+++ b/src/brasero-data-disc.c
@@ -128,7 +128,7 @@ static GtkActionEntry entries [] = {
 	 G_CALLBACK (brasero_data_disc_rename_activated_cb)},
 	{"DeleteData", GTK_STOCK_REMOVE, NULL, NULL, N_("Remove the selected files from the project"),
 	 G_CALLBACK (brasero_data_disc_delete_activated_cb)},
-	{"PasteData", GTK_STOCK_PASTE, NULL, NULL, N_("Add the files stored in the clipboard"),
+	{"PasteData", NULL, N_("Paste files"), NULL, N_("Add the files stored in the clipboard"),
 	 G_CALLBACK (brasero_data_disc_paste_activated_cb)},
 	{"NewFolder", "folder-new", N_("New _Folder"), NULL, N_("Create a new empty folder"),
 	 G_CALLBACK (brasero_data_disc_new_folder_clicked_cb)},
diff --git a/src/brasero-video-disc.c b/src/brasero-video-disc.c
index 9ba6dad..5121010 100644
--- a/src/brasero-video-disc.c
+++ b/src/brasero-video-disc.c
@@ -104,7 +104,7 @@ static GtkActionEntry entries[] = {
 	 G_CALLBACK (brasero_video_disc_edit_information_cb)},
 	{"DeleteVideo", GTK_STOCK_REMOVE, NULL, NULL, N_("Remove the selected videos from the project"),
 	 G_CALLBACK (brasero_video_disc_delete_activated_cb)},
-	{"PasteVideo", GTK_STOCK_PASTE, NULL, NULL, N_("Add the files stored in the clipboard"),
+	{"PasteVideo", NULL, N_("Paste files"), NULL, N_("Add the files stored in the clipboard"),
 	 G_CALLBACK (brasero_video_disc_paste_activated_cb)},
 /*	{"Split", "transform-crop-and-resize", N_("_Split Track..."), NULL, N_("Split the selected track"),
 	 G_CALLBACK (brasero_video_disc_split_cb)} */



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