Branch: master

a299363f 2014-11-08 00:27:17 Timothy Pearson
Fix up remaining references to DocPath
M tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
M tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
diff --git a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
index 84dfcdd..2aaf952 100644
--- a/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
+++ b/tdejava/koala/org/trinitydesktop/koala/KDesktopFile.java
@@ -176,12 +176,10 @@
 	*/
 	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 eccf176..1a1c82e 100644
--- a/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
+++ b/tdejava/koala/org/trinitydesktop/koala/KProtocolInfo.java
@@ -423,7 +423,7 @@
 	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