banshee r4017 - trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4017 - trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui
- Date: Wed, 28 May 2008 22:10:59 +0000 (UTC)
Author: abock
Date: Wed May 28 22:10:59 2008
New Revision: 4017
URL: http://svn.gnome.org/viewvc/banshee?rev=4017&view=rev
Log:
Make a string i18nable
Modified:
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs Wed May 28 22:10:59 2008
@@ -189,7 +189,7 @@
Source drop_source = final_drag_source;
if (final_drag_source == NewPlaylistSource) {
- PlaylistSource playlist = new PlaylistSource ("New Playlist",
+ PlaylistSource playlist = new PlaylistSource (Catalog.GetString ("New Playlist"),
(new_playlist_parent as PrimarySource).DbId);
playlist.Save ();
playlist.PrimarySource.AddChildSource (playlist);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]