banshee r4546 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs



Author: blorentz
Date: Mon Sep 15 19:43:14 2008
New Revision: 4546
URL: http://svn.gnome.org/viewvc/banshee?rev=4546&view=rev

Log:
2008-09-15  Bertrand Lorentz  <bertrand lorentz gmail com>

	* src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeWindow.cs: Set
	the proper translation domain when loading glade XML files (BGO #536268).



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeWindow.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeWindow.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeWindow.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeWindow.cs	Mon Sep 15 19:43:14 2008
@@ -43,7 +43,8 @@
         }
 
         public GladeWindow(string name) : this(name, new Glade.XML(
-            System.Reflection.Assembly.GetExecutingAssembly(), "banshee-dialogs.glade", name, "banshee"))
+            System.Reflection.Assembly.GetExecutingAssembly(), "banshee-dialogs.glade", name, 
+            Banshee.ServiceStack.Application.InternalName))
         {
         }
 



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