diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:43:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:43:34 -0600 |
commit | f85b6587ef3de8cd90f404c04d9c1fce789c7da9 (patch) | |
tree | fadc49ab106a0921c183056968c61d500fae238b /po/messages.sh | |
parent | 633d1c5794363097654d9aaa6cfe27a78c4c27f1 (diff) | |
download | rosegarden-f85b6587ef3de8cd90f404c04d9c1fce789c7da9.tar.gz rosegarden-f85b6587ef3de8cd90f404c04d9c1fce789c7da9.zip |
Additional renaming of kde to tde
Diffstat (limited to 'po/messages.sh')
-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 8368795..51bbd88 100755 --- a/po/messages.sh +++ b/po/messages.sh @@ -37,7 +37,7 @@ TIPSDIR=../docs/en # tipsdir is the directory containing the tips DATADIR=../data # datadir is the directory containing fonts/mappings & styles KDEDIR=`kde-config --prefix` -EXTRACTRC=extractrc # from kdesdk-scripts (on Debian Sarge) +EXTRACTRC=extractrc # from tdesdk-scripts (on Debian Sarge) KDEPOT=$KDEDIR/include/kde.pot if [ ! -f "$KDEPOT" ] && [ -f /usr/include/kde/kde.pot ]; then KDEPOT=/usr/include/kde/kde.pot |