diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-14 06:44:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-14 06:58:56 -0700 |
commit | d8e11439ad27063b0dad05b2f8f0f4cd7f3e7de1 (patch) | |
tree | 22fae2f6ee0915afe9075ab6558882ded736ca1b /Makefile | |
parent | fc0e307f00ceb50771d1c7a1489c7b65721f4143 (diff) | |
download | subsurface-d8e11439ad27063b0dad05b2f8f0f4cd7f3e7de1.tar.gz |
Undoing the last Qtr_ hack
The Qtr_ hack isn't needed as in commit 720fc15b2dcd ("Introduce
QApplication") had already made sure that we are using gettext.
I didn't revert the two commits as I wanted to keep the added header
comments and fix the tooling in the Makefile as well.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ $(INFOPLIST): $(INFOPLISTINPUT) # Transifex merge the translations update-po-files: - xgettext -o po/subsurface-new.pot -s -k_ -kN_ -kQtr_ --keyword=C_:1c,2 --add-comments="++GETTEXT" *.c qt-ui/*.cpp + xgettext -o po/subsurface-new.pot -s -k_ -kN_ -ktr --keyword=C_:1c,2 --add-comments="++GETTEXT" *.c qt-ui/*.cpp tx push -s tx pull -af |