fixed Message bug
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / tidy / Report.java
index abed122..2a88b13 100644 (file)
@@ -6,7 +6,7 @@
 package net.sourceforge.phpdt.tidy;
 
 /**
- *
+ *  
  * Error/informational message reporter.
  *
  * You should only need to edit the file TidyMessages.properties
@@ -136,7 +136,7 @@ public class Report {
 
   static {
     try {
-      res = ResourceBundle.getBundle("org/w3c/tidy/TidyMessages");
+      res = ResourceBundle.getBundle("net/sourceforge/phpdt/tidy/TidyMessages");
     } catch (MissingResourceException e) {
       throw new Error(e.toString());
     }