summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherplugin.cpp
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weatherplugin.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/weather/weatherplugin.cpp b/noncore/todayplugins/weather/weatherplugin.cpp
index 80e1cc6..9cef1c8 100644
--- a/noncore/todayplugins/weather/weatherplugin.cpp
+++ b/noncore/todayplugins/weather/weatherplugin.cpp
@@ -54,25 +54,25 @@ QString WeatherPlugin::pixmapNameWidget() const
QWidget* WeatherPlugin::widget( QWidget * wid )
{
return new WeatherPluginWidget( wid, "Weather" );
}
QString WeatherPlugin::pixmapNameConfig() const
{
return "todayweatherplugin/weather";
}
TodayConfigWidget* WeatherPlugin::configWidget( QWidget* wid )
{
- return new WeatherPluginConfig( wid, "Weather" );
+ return new WeatherPluginConfig( wid, "Weather Config" );
}
QString WeatherPlugin::appName() const
{
return "Weather";
}
bool WeatherPlugin::excludeFromRefresh() const {
return true;
}