[maemo-commits] [maemo-commits] r9237 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 22 20:25:10 EET 2007
Author: marivoll
Date: 2007-01-22 20:25:09 +0200 (Mon, 22 Jan 2007)
New Revision: 9237

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-common-private.h
Log:
	* hildon-fm/hildon-file-common-private.h (_): Use "hildon-fm"
	explicitly as the text domain since the package name has changed.


Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-common-private.h
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-common-private.h	2007-01-22 18:22:51 UTC (rev 9236)
+++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-common-private.h	2007-01-22 18:25:09 UTC (rev 9237)
@@ -36,7 +36,7 @@
 #include <config.h>
 #endif
 
-#define _(String) dgettext(PACKAGE, String)
+#define _(String) dgettext("hildon-fm", String)
 #define N_(String) String
 #define HCS(String) dgettext("hildon-common-strings", String)
 #define KE(String) dgettext("ke-recv", String)


More information about the maemo-commits mailing list