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

Fix extension filter of the wallpaper dialog

This commit is contained in:
Paul Cercueil 2013-07-05 17:08:09 -04:00
parent 3558dfbfa2
commit 4ed21f27e5

View File

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