summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface
diff options
context:
space:
mode:
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r--KMFIPTInterface/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp
index c3e28ee..56a44f7 100644
--- a/KMFIPTInterface/main.cpp
+++ b/KMFIPTInterface/main.cpp
@@ -38,7 +38,7 @@ static KCmdLineOptions options[] =
};
int main ( int argc, char *argv[] ) {
- KLocale::setMainCatalogue( "kdelibs" );
+ KLocale::setMainCatalogue( "tdelibs" );
KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "KDE" ),
version, description,
KAboutData::License_GPL, "(C) 2001, Christian Hubinger" );