[Pixelle-commit] SF.net SVN: pixelle: [97] trunk/pixelle/src/com/mebigfatguy/pixelle/ PixelleBundle
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-28 21:38:53
|
Revision: 97
http://pixelle.svn.sourceforge.net/pixelle/?rev=97&view=rev
Author: dbrosius
Date: 2008-06-28 14:39:01 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
move pixelle.properties to resources dir
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java 2008-06-28 21:37:18 UTC (rev 96)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java 2008-06-28 21:39:01 UTC (rev 97)
@@ -49,6 +49,7 @@
public static final String FITTOWINDOW_ITEM = "menu.view.fit_to_window";
public static final String TRANSFORM_MENU = "menu.transform.title";
public static final String OPTIONS_ITEM = "menu.transform.options";
+ public static final String TRANSFORM_NEW_ITEM = "menu.transform.newwindow";
public static final String TRANSFORM_ITEM = "menu.transform.transform";
public static final String RED_FORMULA = "formula.red";
public static final String GREEN_FORMULA = "formula.green";
@@ -68,7 +69,7 @@
public static final String WRAPPED_COLOR = "label.wrapped_color";
public static final String PICK_COLOR = "title.pick_color";
- private static ResourceBundle rb = ResourceBundle.getBundle("com/mebigfatguy/pixelle/pixelle");
+ private static ResourceBundle rb = ResourceBundle.getBundle("com/mebigfatguy/pixelle/resources/pixelle");
private PixelleBundle()
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|