From aa8b21e076202498348df1df5235778ec029ae17 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Mon, 8 Jul 2013 02:24:55 -0400 Subject: [PATCH] Update file extension filter for manually added applications Updated to *.bin *.dge *.sh *.py and extension-less files. --- src/gmenu2x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmenu2x.cpp b/src/gmenu2x.cpp index f0d9b32..026e840 100644 --- a/src/gmenu2x.cpp +++ b/src/gmenu2x.cpp @@ -1148,7 +1148,7 @@ void GMenu2X::changeWallpaper() { } void GMenu2X::addLink() { - FileDialog fd(this, ts, tr["Select an application"]); + FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,"); if (fd.exec()) { menu->addLink(fd.getPath(), fd.getFile()); sync();