tasque r91 - in trunk: . po src



Author: sharm
Date: Wed Aug  6 17:13:07 2008
New Revision: 91
URL: http://svn.gnome.org/viewvc/tasque?rev=91&view=rev

Log:
* src/Application.cs: Make sure to run Catalog.Init first thing when
  the app starts.
* po/fr.po: Updated translation by Christophe Benz and Sandy Armstrong.

Modified:
   trunk/ChangeLog
   trunk/po/ChangeLog
   trunk/po/fr.po
   trunk/src/Application.cs

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Wed Aug  6 17:13:07 2008
@@ -504,6 +504,8 @@
 
 		public static void Main(string[] args)
 		{
+			Catalog.Init ("tasque", Defines.GnomeLocaleDir);
+			
 			try 
 			{
 				Utilities.SetProcessName ("Tasque");



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