summaryrefslogtreecommitdiffstats
path: root/twin/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-12-26 13:35:01 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-12-26 13:35:01 -0600
commitf5c55ca4ce9587598ce81399c2196c876ec55942 (patch)
treeaac69aba72475e4c346f3b94d307d638a8cb1f25 /twin/main.cpp
parentdd89b1bd550eb954e4b9e075ff15b45855f407ed (diff)
downloadtdebase-f5c55ca4ce9587598ce81399c2196c876ec55942.tar.gz
tdebase-f5c55ca4ce9587598ce81399c2196c876ec55942.zip
Fix KWin->TWin branding.
Diffstat (limited to 'twin/main.cpp')
-rw-r--r--twin/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/main.cpp b/twin/main.cpp
index b726745a7..316892257 100644
--- a/twin/main.cpp
+++ b/twin/main.cpp
@@ -309,7 +309,7 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
KGlobal::locale()->setMainCatalogue("twin");
- KAboutData aboutData( "twin", I18N_NOOP("KWin"),
+ KAboutData aboutData( "twin", I18N_NOOP("TWin"),
version, description, KAboutData::License_GPL,
I18N_NOOP("(c) 1999-2005, The KDE Developers"));
aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org");