diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:49 -0600 |
commit | 26dae39833c74d301f748c72456fe2805fef82ec (patch) | |
tree | 3c7b2b5ee848f8253e8d5a394eb4a816421089bf /po | |
parent | dfd07b448d0d3e4d4ade69841a5b10470e2247b3 (diff) | |
download | tdeio-locate-26dae39833c74d301f748c72456fe2805fef82ec.tar.gz tdeio-locate-26dae39833c74d301f748c72456fe2805fef82ec.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'po')
-rwxr-xr-x | po/messages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/messages.sh b/po/messages.sh index 818688c..e9941e2 100755 --- a/po/messages.sh +++ b/po/messages.sh @@ -20,7 +20,7 @@ SRCDIR=../src TIPSDIR=$SRCDIR/appdata -KDEDIR=`kde-config --prefix` +TDEDIR=`kde-config --prefix` EXTRACTRC=extractrc KDEPOT=`kde-config --prefix`/include/kde/kde.pot XGETTEXT="xgettext -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x $KDEPOT " |