[Pixelle-commit] SF.net SVN: pixelle: [34] trunk/pixelle/src/com/mebigfatguy/pixelle/actions /OpenF
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-20 04:38:36
|
Revision: 34
http://pixelle.svn.sourceforge.net/pixelle/?rev=34&view=rev
Author: dbrosius
Date: 2008-06-19 21:38:44 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
add bmp
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/actions/OpenFileAction.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/actions/OpenFileAction.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/actions/OpenFileAction.java 2008-06-20 04:35:23 UTC (rev 33)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/actions/OpenFileAction.java 2008-06-20 04:38:44 UTC (rev 34)
@@ -49,7 +49,7 @@
return true;
String path = f.getPath();
- return (path.endsWith(".gif") || path.endsWith(".jpg") || path.endsWith(".png"));
+ return (path.endsWith(".gif") || path.endsWith(".jpg") || path.endsWith(".png") || path.endsWith(".bmp"));
}
@Override
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|