mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 10:24:59 +02:00
Fix extension filter of the wallpaper dialog
This commit is contained in:
parent
3558dfbfa2
commit
4ed21f27e5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user