diff options
Diffstat (limited to 'kweather')
-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 e6ede73..5615011 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -8,7 +8,7 @@ int main (int argc, char *argv[]) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); |