[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.6.0-20091004-42-g041d55b)
The branch, master has been updated
via 041d55bf82f356ef01d2c17305a973192323644c (commit)
from cce79ff0e9cd2be1bdb9f9883317f5eadfa41c03 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/po/Makevars | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 041d55bf82f356ef01d2c17305a973192323644c
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
gschem/po: Fix keywords passed to xgettext, it is N_, not _N
This was broken accidentally in
commit 7cf778da5905cf4189eeb043c1b98cb0efa2b305
:100644 100644 3fc8d67... ac3542b... M gschem/po/Makevars
=========
Changes
=========
commit 041d55bf82f356ef01d2c17305a973192323644c
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
gschem/po: Fix keywords passed to xgettext, it is N_, not _N
This was broken accidentally in
commit 7cf778da5905cf4189eeb043c1b98cb0efa2b305
diff --git a/gschem/po/Makevars b/gschem/po/Makevars
index 3fc8d67..ac3542b 100644
--- a/gschem/po/Makevars
+++ b/gschem/po/Makevars
@@ -8,7 +8,7 @@ subdir = gschem/po
top_builddir = ../..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=_N --from-code=UTF-8
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8
# 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
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs