From 99739b61143c05f7fb1157dc145e19e9c090de6e Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 5 Aug 2011 21:36:02 +0000 Subject: 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 --- kio/misc/uiserver.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kio/misc') 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"); -- cgit v1.2.1