From 42ecacdf3169cfc6057b9553bf7fbb413f97bf2e Mon Sep 17 00:00:00 2001
From: axelcl <axelcl>
Date: Sun, 30 Jan 2005 21:42:06 +0000
Subject: [PATCH] ''Open Wiki link'' and ''Create Files for Wiki link'' every new created file creates an XML file with the correct extracted title.
 '/' in wiki names are not converted back to ':' anymore (but ':' are converted to '/', if there's no corresonding *.xml file)

---
 .../phpeclipse/wiki/preferences/Util.java          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java
index b986737..2fe1463 100644
--- a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java
+++ b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/preferences/Util.java
@@ -250,7 +250,7 @@ public class Util {
   }
 
   /**
-   * Extract the wiki name from the current filename, replaces '/' with ':' characters, and replaces all '_' with ' ' characters
+   * Extract the wiki name from the current filename, replaces all '_' with ' ' characters
    * 
    * @param currentFile
    * @return
-- 
1.7.1