[Pixelle-commit] SF.net SVN: pixelle:[280] trunk/pixelle/src/com/mebigfatguy/pixelle
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-18 19:29:42
|
Revision: 280
http://pixelle.svn.sourceforge.net/pixelle/?rev=280&view=rev
Author: dbrosius
Date: 2009-07-18 19:29:41 +0000 (Sat, 18 Jul 2009)
Log Message:
-----------
typos
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java
trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java 2009-07-18 19:24:34 UTC (rev 279)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleBundle.java 2009-07-18 19:29:41 UTC (rev 280)
@@ -109,7 +109,7 @@
public static final String RIGHT = "label.right";
public static final String BOTTOM = "label.bottom";
public static final String CENTERX = "label.centerx";
- public static final String CENTERY = "label.centerx";
+ public static final String CENTERY = "label.centery";
public static final String OPERATORS = "label.operators";
public static final String AND = "label.and";
public static final String OR = "label.or";
@@ -117,7 +117,7 @@
public static final String EQUALS = "label.equals";
public static final String NOTEQUALS = "label.notequals";
public static final String LESS_THAN_OR_EQUALS= "label.lessorequals";
- public static final String GREATER_THAN_OR_QEUALS= "label.greaterthanorequals";
+ public static final String GREATER_THAN_OR_EQUALS= "label.greaterthanorequals";
public static final String LESS_THAN = "label.lessthan";
public static final String GREATER_THAN = "label.greaterthan";
public static final String MULTIPLY = "label.multiply";
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java 2009-07-18 19:24:34 UTC (rev 279)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java 2009-07-18 19:29:41 UTC (rev 280)
@@ -185,7 +185,7 @@
JMenuItem equalsItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.EQUALS));
JMenuItem notEqualsItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.NOTEQUALS));
JMenuItem lessThanOrEqualsItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.LESS_THAN_OR_EQUALS));
- JMenuItem greaterThanOrEqualsItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.GREATER_THAN_OR_QEUALS));
+ JMenuItem greaterThanOrEqualsItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.GREATER_THAN_OR_EQUALS));
JMenuItem lessThanItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.LESS_THAN));
JMenuItem greaterThanItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.GREATER_THAN));
JMenuItem multiplyItem = new JMenuItem(PixelleBundle.getString(PixelleBundle.MULTIPLY));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|