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

Match all files by default in the file dialog

Due to recent changes, it was displaying only files without
extension.
This commit is contained in:
Paul Cercueil 2013-07-08 02:24:09 -04:00
parent 6d44fb3a75
commit 5790740af6

View File

@ -27,7 +27,7 @@ class FileDialog : public BrowseDialog {
public:
FileDialog(
GMenu2X *gmenu2x, Touchscreen &ts, const std::string &text,
const std::string &filter="", const std::string &file="",
const std::string &filter="*", const std::string &file="",
const std::string &title = "File Dialog");
virtual ~FileDialog();
bool exec();