[brasero/gnome-2-28] Revert "Fix #598924 - Brasero wouldn't let me rename files by pasting the new name"
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Revert "Fix #598924 - Brasero wouldn't let me rename files by pasting the new name"
- Date: Mon, 14 Dec 2009 19:10:10 +0000 (UTC)
commit d6ddb6b741671b7f78fee64f1b6ccc106040cce9
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Dec 14 20:07:17 2009 +0100
Revert "Fix #598924 - Brasero wouldn't let me rename files by pasting the new name"
This reverts commit d1476ff98296197218f308794eba9367044d76d9.
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 159fb33..938b644 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", NULL, N_("Paste files"), NULL, N_("Add the files stored in the clipboard"),
+ {"PasteAudio", GTK_STOCK_PASTE, NULL, 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 a53a266..4cf1b95 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", NULL, N_("Paste files"), NULL, N_("Add the files stored in the clipboard"),
+ {"PasteData", GTK_STOCK_PASTE, NULL, 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 5121010..9ba6dad 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", NULL, N_("Paste files"), NULL, N_("Add the files stored in the clipboard"),
+ {"PasteVideo", GTK_STOCK_PASTE, NULL, 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]