[Patchanim-commit] SF.net SVN: patchanim: [189] trunk/patchanim/src/com/mebigfatguy/patchanim/ gui/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-15 06:21:13
|
Revision: 189 http://patchanim.svn.sourceforge.net/patchanim/?rev=189&view=rev Author: dbrosius Date: 2008-02-14 22:21:17 -0800 (Thu, 14 Feb 2008) Log Message: ----------- allow order 2 patches Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2008-02-14 07:46:25 UTC (rev 188) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2008-02-15 06:21:17 UTC (rev 189) @@ -187,7 +187,8 @@ rb.getString(PatchAnimBundle.TITLE), JOptionPane.QUESTION_MESSAGE, new ImageIcon(JPatchAnimFrame.this.getIconImage()), - new Object[] { Integer.valueOf(3), + new Object[] { Integer.valueOf(2), + Integer.valueOf(3), Integer.valueOf(4), Integer.valueOf(5), Integer.valueOf(6), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |