diff --git a/src/gmenu2x.cpp b/src/gmenu2x.cpp index 026e840..f5db2cc 100644 --- a/src/gmenu2x.cpp +++ b/src/gmenu2x.cpp @@ -794,7 +794,7 @@ void GMenu2X::main() { } void GMenu2X::explorer() { - FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,"); + FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,elf,"); if (fd.exec()) { if (confInt["saveSelection"] && (confInt["section"]!=menu->selSectionIndex() || confInt["link"]!=menu->selLinkIndex())) writeConfig(); @@ -1148,7 +1148,7 @@ void GMenu2X::changeWallpaper() { } void GMenu2X::addLink() { - FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,"); + FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,elf,"); if (fd.exec()) { menu->addLink(fd.getPath(), fd.getFile()); sync();