summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-08 00:27:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-08 00:27:17 -0600
commita299363fb5d8ea0ad1578ee9e2d532cb2e988e38 (patch)
tree123cb10f3642154da73b5d4b97f694179941693a
parent46d4776b326ca537c3010425fac964e7ba6e9cda (diff)
downloadtdebindings-r14.0.0.tar.gz
tdebindings-r14.0.0.zip
Fix up remaining references to DocPathr14.0.0
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java8
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java2
2 files changed, 4 insertions, 6 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
index 84dfcdd3..2aaf9525 100644
--- a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
+++ b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
@@ -176,12 +176,10 @@ public class KDesktopFile extends TDEConfig {
*/
public native String resource();
/**
- Returns the value of the "X-DocPath=" Or "DocPath=" entry.
- X-DocPath should be used and DocPath is depreciated and will
- one day be not supported.
- @return The value of the "X-DocPath=" Or "DocPath=" entry.
+ Returns the value of the "X-DocPath=" entry.
+ @return The value of the "X-DocPath=" entry.
- @short Returns the value of the "X-DocPath=" Or "DocPath=" entry.
+ @short Returns the value of the "X-DocPath=" entry.
*/
public native String readDocPath();
/**
diff --git a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
index eccf1767..1a1c82e1 100644
--- a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
+++ b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
@@ -423,7 +423,7 @@ public class KProtocolInfo extends KSycocaEntry {
public static native boolean determineMimetypeFromExtension(String protocol);
/**
Returns the documentation path for the specified protocol.
- This corresponds to the "DocPath=" field in the protocol description file.
+ This corresponds to the "X-DocPath=" field in the protocol description file.
@param protocol the protocol to check
@return the docpath of the protocol, or null if unknown