[Patchanim-commit] SF.net SVN: patchanim: [147] trunk/patchanim/src/com/mebigfatguy/patchanim/ reso
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-10 17:08:30
|
Revision: 147 http://patchanim.svn.sourceforge.net/patchanim/?rev=147&view=rev Author: dbrosius Date: 2008-02-10 09:08:35 -0800 (Sun, 10 Feb 2008) Log Message: ----------- capitalize graphic format names Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2008-02-10 07:32:58 UTC (rev 146) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2008-02-10 17:08:35 UTC (rev 147) @@ -26,13 +26,13 @@ patchanim.jpgs = a series of JPGs patchanim.filter.jpgs = Files (*.jpg) patchanim.pngs = a series of PNGs -patchanim.filter.pngs = Png Files (*.png) +patchanim.filter.pngs = PNG Files (*.png) patchanim.gifs = a series of GIFs -patchanim.filter.gifs = Gif Files (*.gif) -patchanim.animatedgif = an Animated Gif -patchanim.filter.animatedgif = Gif Files (*.gif) -patchanim.apng = an Animated Png -patchanim.filter.apng = (Png Files (*.png) +patchanim.filter.gifs = GIF Files (*.gif) +patchanim.animatedgif = an Animated GIF +patchanim.filter.animatedgif = GIF Files (*.gif) +patchanim.apng = an Animated PNG +patchanim.filter.apng = (PNG Files (*.png) patchanim.mpeg = an MPEG patchanim.filter.mpeg = MPEG Files (*.mpg) patchanim.exportfile = Exporting Animation This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |