* hildon-widgets/hildon-file-handling-note.c (gettext macro): use "hildon-fm" as...
authorLuc Pionchon <luc.pionchon@nokia.com>
Wed, 26 Apr 2006 19:36:53 +0000 (19:36 +0000)
committerLuc Pionchon <luc.pionchon@nokia.com>
Wed, 26 Apr 2006 19:36:53 +0000 (19:36 +0000)
ChangeLog
hildon-widgets/hildon-file-handling-note.c

index aca4815..fc1ae6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-04-26  Luc Pionchon  <luc.pionchon@nokia.com>
 
+       * hildon-widgets/hildon-file-handling-note.c (gettext macro): use
+       "hildon-fm" as textual domain. Fixes N#27702
+
+2006-04-26  Luc Pionchon  <luc.pionchon@nokia.com>
+
        * configure.ac: 0.12.12
 
        * Makefile.am (clean-all): brutal target to cleanup the
index d4920f8..c7f0f5c 100644 (file)
@@ -54,7 +54,8 @@
 #define OPENING_TYPE 2
 #define SAVING_TYPE 3
 
-#define _(String) dgettext(PACKAGE, String)
+/*#define _(String) dgettext(PACKAGE, String)*/
+#define _(String) dgettext("hildon-fm", String) /* FIXME: this file should be moved to hildon-fm */
 
 #define HILDON_FILE_HANDLING_NOTE_GET_PRIVATE(obj)\
         (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \