diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:48:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:48:23 +0900 |
commit | 60148377e9b0e2c40f3cb689ad5f8bed0948d306 (patch) | |
tree | c183954e580c3bc01ac6b74213eed4f01f6c0562 /tdejava/koala | |
parent | abed1757d5c0dc72ab81805a6006f17363f06828 (diff) | |
download | tdebindings-60148377e9b0e2c40f3cb689ad5f8bed0948d306.tar.gz tdebindings-60148377e9b0e2c40f3cb689ad5f8bed0948d306.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit f5dd0b27d6856e005155db3f1e97eac7cba23a47)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdejava/koala')
-rw-r--r-- | tdejava/koala/org/trinitydesktop/koala/KCMultiDialog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/KCMultiDialog.java b/tdejava/koala/org/trinitydesktop/koala/KCMultiDialog.java index dcafdacf..49407f8a 100644 --- a/tdejava/koala/org/trinitydesktop/koala/KCMultiDialog.java +++ b/tdejava/koala/org/trinitydesktop/koala/KCMultiDialog.java @@ -144,7 +144,7 @@ public class KCMultiDialog extends KDialogBase { protected native void slotOk(); /** 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. You can reimplement this slot if needed. |