Mercurial > MadButterfly
diff examples/menu/filebrowser.c @ 345:d04085404583
Remove jpg sinc ethe image loader is not ready yet.
author | wycc |
---|---|
date | Sun, 08 Mar 2009 11:47:14 +0800 |
parents | ab7f3c00fd05 |
children | b391722bf20e |
line wrap: on
line diff
--- a/examples/menu/filebrowser.c Sun Mar 08 11:46:09 2009 +0800 +++ b/examples/menu/filebrowser.c Sun Mar 08 11:47:14 2009 +0800 @@ -102,7 +102,7 @@ printf("check %s\n",s); - if (endWith(s,".jpg") || endWith(s,".png")) { + if (endWith(s,".png")) { snprintf(path,1024,"%s%s", data->curDir,data->titles[select]); mypreview(data,path); }