Skip to content

Commit

Permalink
editLink: allow to search images in Manual browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Jul 16, 2024
1 parent 3322856 commit 07bd7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmenu2x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ void GMenu2X::editLink() {
sd.addSetting(new MenuSettingDir( this, tr["Box Art"], tr["Directory of the box art for the selector"], &linkSelScreens, linkDir, dialogTitle, dialogIcon));
sd.addSetting(new MenuSettingFile( this, tr["Aliases"], tr["File containing a list of aliases for the selector"], &linkSelAliases, ".txt,.dat", linkExec, dialogTitle, dialogIcon));
sd.addSetting(new MenuSettingImage( this, tr["Backdrop"], tr["Select an image backdrop"], &linkBackdrop, ".png,.bmp,.jpg,.jpeg", linkExec, dialogTitle, dialogIcon));
sd.addSetting(new MenuSettingFile( this, tr["Manual"], tr["Select a Manual or Readme file"], &linkManual, ".man.png,.txt,.me", linkExec, dialogTitle, dialogIcon));
sd.addSetting(new MenuSettingFile( this, tr["Manual"], tr["Select a Manual or Readme file"], &linkManual, ".png,.bmp,.jpg,.jpeg,.txt,.me", linkExec, dialogTitle, dialogIcon));
#if defined(TARGET_WIZ) || defined(TARGET_CAANOO)
bool linkUseGinge = menu->selLinkApp()->getUseGinge();
string ginge_prep = exe_path() + "/ginge/ginge_prep";
Expand Down

0 comments on commit 07bd7d1

Please sign in to comment.