tasque r91 - in trunk: . po src
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r91 - in trunk: . po src
- Date: Wed, 6 Aug 2008 17:13:07 +0000 (UTC)
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]