banshee r4017 - trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui



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]