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



commit a1cc08409bb1260a62bf24ddb9e3d4860a1d2621
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 eaf35a6..431ca07 100644
--- a/src/brasero-audio-disc.c
+++ b/src/brasero-audio-disc.c
@@ -159,7 +159,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 74b3d0b..c1b8e18 100644
--- a/src/brasero-data-disc.c
+++ b/src/brasero-data-disc.c
@@ -126,7 +126,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 24e66c0..d2fa10e 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]