gnome-games r8311 - trunk/gnometris



Author: jclinton
Date: Sat Nov 15 04:13:32 2008
New Revision: 8311
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8311&view=rev

Log:
Use the correct g_set_application_name for Gnometris.

It was probably set to "Five or More" by Thomas by accident during the libgnome
killoff work that he did at the end of Oct. 2008.

Modified:
   trunk/gnometris/main.cpp

Modified: trunk/gnometris/main.cpp
==============================================================================
--- trunk/gnometris/main.cpp	(original)
+++ trunk/gnometris/main.cpp	Sat Nov 15 04:13:32 2008
@@ -66,7 +66,7 @@
 		return 1;
 	}
 
-	g_set_application_name (_("Five or More"));
+	g_set_application_name (_("Gnometris"));
 
 	gtk_window_set_default_icon_name ("gnome-gnometris");
 



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