diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:23:42 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:23:42 -0500 |
commit | 1bb85c9b5c9265262d57d5f5aea6cc8c7435b2cb (patch) | |
tree | 603dc7599449f8e0aed77958d6755a328e2f38a4 /KMFIPTInterface | |
parent | 5a6eca6ce18eeebcb16c9489a05a3c89da01a3af (diff) | |
download | kmyfirewall-1bb85c9b5c9265262d57d5f5aea6cc8c7435b2cb.tar.gz kmyfirewall-1bb85c9b5c9265262d57d5f5aea6cc8c7435b2cb.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r-- | KMFIPTInterface/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp index 56a44f7..fbb2b78 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -28,7 +28,7 @@ #include "kmfiptinterface.h" #include "version.h" static const char description[] = - I18N_NOOP( "A KDE KPart Application" ); + I18N_NOOP( "A TDE KPart Application" ); static const char version[] = "0.1"; @@ -39,7 +39,7 @@ static KCmdLineOptions options[] = int main ( int argc, char *argv[] ) { KLocale::setMainCatalogue( "tdelibs" ); - KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "KDE" ), + KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ), version, description, KAboutData::License_GPL, "(C) 2001, Christian Hubinger" ); aboutdata.addAuthor( "Christian Hubinger", I18N_NOOP( "Developer" ), "e9806056@student.tuwien.ac.at" ); |