f-spot r4274 - in trunk: . src



Author: rubenv
Date: Sat Aug 16 11:49:33 2008
New Revision: 4274
URL: http://svn.gnome.org/viewvc/f-spot?rev=4274&view=rev

Log:
2008-08-16  Ruben Vermeersch  <ruben savanne be>

	* src/MainWindow.cs: Set the glade translation domain to f-spot. This
	should fix some of the problems with untranslated strings reported on IRC.


Modified:
   trunk/ChangeLog
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Sat Aug 16 11:49:33 2008
@@ -251,7 +251,7 @@
 		if (Toplevel == null)
 			Toplevel = this;
 
-		Glade.XML gui = new Glade.XML (null, "f-spot.glade", "main_window", null);
+		Glade.XML gui = new Glade.XML (null, "f-spot.glade", "main_window", "f-spot");
 		gui.Autoconnect (this);
 
 		LoadPreference (Preferences.MAIN_WINDOW_WIDTH);



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