1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00

gmenu2x wallpaper only support .png

This commit is contained in:
Xiangfu Liu 2011-08-22 15:13:44 +08:00
parent e98e68a2f7
commit 46d680990a

View File

@ -36,7 +36,7 @@ bool WallpaperDialog::exec()
bool close = false, result = true;
FileLister fl;
fl.setFilter(".png,.jpg,.jpeg,.bmp");
fl.setFilter(".png");
string filepath = GMenu2X::getHome() + "/skins/"
+ gmenu2x->confStr["skin"] + "/wallpapers";