diff --git a/src/gmenu2x.cpp b/src/gmenu2x.cpp index 6baddc5..735e81f 100644 --- a/src/gmenu2x.cpp +++ b/src/gmenu2x.cpp @@ -851,7 +851,7 @@ void GMenu2X::main() { } void GMenu2X::explorer() { - FileDialog fd(this, ts, tr["Select an application"], ".gpu,.dge,.sh,"); + FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,"); if (fd.exec()) { if (confInt["saveSelection"] && (confInt["section"]!=menu->selSectionIndex() || confInt["link"]!=menu->selLinkIndex())) writeConfig();