Skip to content
Snippets Groups Projects
Commit cf207e1b authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-03-08 Benedikt Meurer <benny@xfce.org>

	* m4macros/xdt-i18n.m4: Fix typo, its Q_() not O_().


(Old svn revision: 2278)
parent 1300236b
No related branches found
No related tags found
No related merge requests found
2005-03-08 Benedikt Meurer <benny@xfce.org>
* m4macros/xdt-i18n.m4: Fix typo, its Q_() not O_().
2005-03-08 Benedikt Meurer <benny@xfce.org>
* scripts/xdt-autogen.in, m4macros/xdt-i18n.m4: Add better handling
......
......@@ -53,9 +53,9 @@ AC_DEFUN([XDT_I18N],
dnl Determine additional xgettext flags
AC_MSG_CHECKING([for additional xgettext flags])
if test x"$XGETTEXT_ARGS" = x""; then
XGETTEXT_ARGS="--keyword=O_";
XGETTEXT_ARGS="--keyword=Q_";
else
XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=O_";
XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_";
fi
AC_SUBST([XGETTEXT_ARGS])
AC_MSG_RESULT([$XGETTEXT_ARGS])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment