summaryrefslogtreecommitdiffstats
path: root/kio/misc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-05 21:36:02 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-05 21:36:02 +0000
commit99739b61143c05f7fb1157dc145e19e9c090de6e (patch)
tree3f8f7098bafd56c193d737bc1d11593e6ed65f32 /kio/misc
parent17ee5ab4768a5e55bfa929cd7f6d20eba214740b (diff)
downloadtdelibs-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.cpp6
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");