[Pixelle-commit] SF.net SVN: pixelle:[282] trunk/pixelle/src/com/mebigfatguy/pixelle
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-18 19:40:13
|
Revision: 282
http://pixelle.svn.sourceforge.net/pixelle/?rev=282&view=rev
Author: dbrosius
Date: 2009-07-18 19:40:12 +0000 (Sat, 18 Jul 2009)
Log Message:
-----------
default pixelle spec to p(0)
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java
trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java 2009-07-18 19:31:32 UTC (rev 281)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java 2009-07-18 19:40:12 UTC (rev 282)
@@ -211,12 +211,12 @@
shortcuts.add(operatorMenu);
- addSimpleShortCutListener(redSpecItem, "p[x,y].r");
- addSimpleShortCutListener(greenSpecItem, "p[x,y].g");
- addSimpleShortCutListener(blueSpecItem, "p[x,y].b");
- addSimpleShortCutListener(blackSpecItem, "p[x,y].k");
- addSimpleShortCutListener(transparentSpecItem, "p[x,y].t");
- addSimpleShortCutListener(selectionSpecItem, "p[x,y].s");
+ addSimpleShortCutListener(redSpecItem, "p(0)[x,y].r");
+ addSimpleShortCutListener(greenSpecItem, "p(0)[x,y].g");
+ addSimpleShortCutListener(blueSpecItem, "p(0)[x,y].b");
+ addSimpleShortCutListener(blackSpecItem, "p(0)[x,y].k");
+ addSimpleShortCutListener(transparentSpecItem, "p(0)[x,y].t");
+ addSimpleShortCutListener(selectionSpecItem, "p(0)[x,y].s");
addSimpleShortCutListener(leftItem, "0");
addSimpleShortCutListener(topItem, "0");
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties 2009-07-18 19:31:32 UTC (rev 281)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties 2009-07-18 19:40:12 UTC (rev 282)
@@ -52,12 +52,12 @@
label.graphic_files = Graphic Files
-formula.red = p[x,y].r
-formula.green = p[x,y].g
-formula.blue = p[x,y].b
-formula.black = p[x,y].k
-formula.transparency = p[x,y].t
-formula.selection = p[x,y].s
+formula.red = p(0)[x,y].r
+formula.green = p(0)[x,y].g
+formula.blue = p(0)[x,y].b
+formula.black = p(0)[x,y].k
+formula.transparency = p(0)[x,y].t
+formula.selection = p(0)[x,y].s
label.group = Group
title.algorithms = Pixel Algorithms
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|