misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / editor / EditorMessages.java
index 28ae4ee..2f7b552 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Igor Malinin - initial contribution
  * 
- * $Id: EditorMessages.java,v 1.1 2004-09-02 18:26:30 jsurfer Exp $
+ * $Id: EditorMessages.java,v 1.2 2004-09-03 17:30:33 jsurfer Exp $
  */
 
 package net.sourceforge.phpeclipse.ui.editor;
@@ -32,4 +32,10 @@ public class EditorMessages {
                        return "!" + key + "!"; //$NON-NLS-1$ //$NON-NLS-2$
                }
        }
+  /**
+   * @return Returns the bundle.
+   */
+  public static ResourceBundle getResourceBundle() {
+    return bundle;
+  }
 }