diff options
Diffstat (limited to 'kweather/main.cpp')
-rw-r--r-- | kweather/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/main.cpp b/kweather/main.cpp index 5615011..3acf690 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -9,7 +9,7 @@ int main (int argc, char *argv[]) { KLocale::setMainCatalogue("tdelibs"); - KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"), + KAboutData aboutdata("KWeatherService", I18N_NOOP("TDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"[email protected]"); |