mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 23:30:37 +02:00
Update filter of manual selection dialog to *.man.png *.txt
This commit is contained in:
parent
ca811ea43d
commit
1337eb5ed8
@ -1189,7 +1189,9 @@ void GMenu2X::editLink() {
|
||||
sd.addSetting(new MenuSettingImage(this, ts, tr["Icon"],
|
||||
tr.translate("Select an icon for the link: $1",
|
||||
linkTitle.c_str(), NULL), &linkIcon, "png"));
|
||||
sd.addSetting(new MenuSettingFile(this, ts, tr["Manual"], tr["Select a graphic/textual manual or a readme"], &linkManual, ".man.png,.txt"));
|
||||
sd.addSetting(new MenuSettingFile(this, ts, tr["Manual"],
|
||||
tr["Select a graphic/textual manual or a readme"],
|
||||
&linkManual, "man.png,txt"));
|
||||
#ifdef HAVE_LIBOPK
|
||||
}
|
||||
if (!menu->selLinkApp()->isOpk() ||
|
||||
|
Loading…
Reference in New Issue
Block a user