Browse Source

* Makevars: Rename gettext_ui to Q_ for glib compatibility.

Pavel Roskin 19 years ago
parent
commit
b67c6d2a9b
2 changed files with 7 additions and 3 deletions
  1. 6 2
      po/ChangeLog
  2. 1 1
      po/Makevars

+ 6 - 2
po/ChangeLog

@@ -1,10 +1,14 @@
+2005-10-04  Pavel Roskin  <proski@gnu.org>
+
+	* Makevars: Rename gettext_ui to Q_ for glib compatibility.
+
 2005-09-21  Anton Chumak  <nightfast@yahoo.co.uk>
 
 	* uk.po: Updated Ukrainian translation.
 
 2005-09-09  Marco Ciampa  <ciampix@libero.it>
 
-        * it.po: Updated italian translation.
+	* it.po: Updated italian translation.
 
 2005-09-09  Anton Chumak  <nightfast@yahoo.co.uk>
 
@@ -30,7 +34,7 @@
 
 	* de.po: Updated German translation.
 
-2005-07-31  Phan Vinh Thinh <teppi@vnlinux.org>
+2005-07-31  Phan Vinh Thinh  <teppi@vnlinux.org>
 
 	* vi.po: Added Vietnamese translation.
 	* LINGUAS: Likewise.

+ 1 - 1
po/Makevars

@@ -8,7 +8,7 @@ subdir = po
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=gettext_ui
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=Q_
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding