diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:58:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:58:14 -0500 |
commit | 0ef8f68f627167a8e99907b4c63e19131534994f (patch) | |
tree | a18aa7e59a8955c15126c7dcd87f99814291d7ff /kweather/weatherbar.cpp | |
parent | 6a45d538099565b649a3cead41747efa46e6a3d7 (diff) | |
download | tdetoys-0ef8f68f627167a8e99907b4c63e19131534994f.tar.gz tdetoys-0ef8f68f627167a8e99907b4c63e19131534994f.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'kweather/weatherbar.cpp')
-rw-r--r-- | kweather/weatherbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherbar.cpp b/kweather/weatherbar.cpp index c77333d..8fdf16a 100644 --- a/kweather/weatherbar.cpp +++ b/kweather/weatherbar.cpp @@ -162,7 +162,7 @@ extern "C" map->insert("Icon","weather_sidebar"); map->insert("Name",i18n("Sidebar Weather Report")); map->insert("Open","false"); - map->insert("X-KDE-KonqSidebarModule","weather_sidebar"); + map->insert("X-TDE-KonqSidebarModule","weather_sidebar"); fn->setLatin1("weatherbar%1.desktop"); return true; } |