diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 07:45:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 07:45:51 +0900 |
commit | 4961e4de5aca691cc9467dad7f2025ce8840b3e0 (patch) | |
tree | 5ca8a032f1e939a042b541f98065ddeb8163f872 /systemsettings | |
parent | e89e76394894a73c67df5930c08aed3b7e3db212 (diff) | |
download | tde-systemsettings-4961e4de5aca691cc9467dad7f2025ce8840b3e0.tar.gz tde-systemsettings-4961e4de5aca691cc9467dad7f2025ce8840b3e0.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'systemsettings')
-rw-r--r-- | systemsettings/kcmultiwidget.h | 2 | ||||
-rw-r--r-- | systemsettings/menu/medianotifications.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/kcmultiwidget.h b/systemsettings/kcmultiwidget.h index e1c0887..fd80523 100644 --- a/systemsettings/kcmultiwidget.h +++ b/systemsettings/kcmultiwidget.h @@ -179,7 +179,7 @@ protected slots: /** * This slot is called when the user presses the "Help" Button. - * It reads the DocPath field of the currently selected KControl + * It reads the X-DocPath field of the currently selected KControl * module's .desktop file to find the path to the documentation, * which it then attempts to load. * diff --git a/systemsettings/menu/medianotifications.desktop b/systemsettings/menu/medianotifications.desktop index 15c462b..d883637 100644 --- a/systemsettings/menu/medianotifications.desktop +++ b/systemsettings/menu/medianotifications.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Type=Application -#DocPath= +#X-DocPath= Icon=system Exec=tdecmshell media |