summaryrefslogtreecommitdiffstats
path: root/am_edit
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:38:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:38:27 -0600
commita99b8580b50a9e3cb04e0e3d4c17a8b9f687d77c (patch)
treeb5cb0de2eecfa9152b6c5c9940d0b7f18da270ac /am_edit
parent43e1f6d4ddb8eb55760a9f220e7ae3859a323c58 (diff)
downloadkchmviewer-a99b8580b50a9e3cb04e0e3d4c17a8b9f687d77c.tar.gz
kchmviewer-a99b8580b50a9e3cb04e0e3d4c17a8b9f687d77c.zip
Additional renaming of kde to tde
Diffstat (limited to 'am_edit')
-rw-r--r--am_edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/am_edit b/am_edit
index 0320926..0e6d49e 100644
--- a/am_edit
+++ b/am_edit
@@ -1410,7 +1410,7 @@ sub tag_POFILES ()
$pofiles = join(" ", grep(/\.po$/, readdir(THISDIR)));
closedir (THISDIR);
print STDOUT "pofiles found = $pofiles\n" if ($verbose);
- if (-f "charset" && -f "kdelibs.po") {
+ if (-f "charset" && -f "tdelibs.po") {
handle_TOPLEVEL();
}
}