Fixed wrong DocPath strings. This relates to bug 2319.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 9 years ago
parent e89e763948
commit 4961e4de5a

@ -179,7 +179,7 @@ protected slots:
/** /**
* This slot is called when the user presses the "Help" Button. * 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, * module's .desktop file to find the path to the documentation,
* which it then attempts to load. * which it then attempts to load.
* *

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Type=Application Type=Application
#DocPath= #X-DocPath=
Icon=system Icon=system
Exec=tdecmshell media Exec=tdecmshell media

Loading…
Cancel
Save