Added xstream handiling for Wikipedia upload/download
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / actions / mediawiki / DownloadWikipediaAction.java
index 26b6fcc..1b26b4b 100644 (file)
@@ -124,7 +124,7 @@ public class DownloadWikipediaAction implements IEditorActionDelegate {
   }
 
   private static String getWikiFile(IFile file) {
-    return Util.getFileWikiName(file);
+    return Util.getURLWikiName(file);
   }
 
   public void init(IWorkbenchWindow window) {