diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-05 21:36:02 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-05 21:36:02 +0000 |
commit | 99739b61143c05f7fb1157dc145e19e9c090de6e (patch) | |
tree | 3f8f7098bafd56c193d737bc1d11593e6ed65f32 /kio/misc | |
parent | 17ee5ab4768a5e55bfa929cd7f6d20eba214740b (diff) | |
download | tdelibs-99739b61143c05f7fb1157dc145e19e9c090de6e.tar.gz tdelibs-99739b61143c05f7fb1157dc145e19e9c090de6e.zip |
Make kdelibs support X-TDE-* in XDG desktop files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1245191 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/misc')
-rw-r--r-- | kio/misc/uiserver.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/misc/uiserver.cpp b/kio/misc/uiserver.cpp index 44fb8af19..2ce91feb3 100644 --- a/kio/misc/uiserver.cpp +++ b/kio/misc/uiserver.cpp @@ -1378,10 +1378,10 @@ UIServer* UIServer::createInstance() extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { KLocale::setMainCatalogue("kdelibs"); - // GS 5/2001 - I changed the name to "KDE" to make it look better + // GS 5/2001 - I changed the name to "TDE" to make it look better // in the titles of dialogs which are displayed. - KAboutData aboutdata("kio_uiserver", I18N_NOOP("KDE"), - "0.8", I18N_NOOP("KDE Progress Information UI Server"), + KAboutData aboutdata("kio_uiserver", I18N_NOOP("TDE"), + "0.8", I18N_NOOP("TDE Progress Information UI Server"), KAboutData::License_GPL, "(C) 2000, David Faure & Matt Koss"); // Who's the maintainer ? :) aboutdata.addAuthor("David Faure",I18N_NOOP("Developer"),"faure@kde.org"); |