mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(OSX) Buildfix for pre-OSX 10.6
This commit is contained in:
parent
1cd441b125
commit
817b63be99
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ static bool ui_browser_window_cocoa_open(ui_browser_window_state_t *state)
|
|||
if ([panel runModalForDirectory:BOXSTRING(state->startdir) file:nil] != 1)
|
||||
return false;
|
||||
#else
|
||||
[panel setTitle:NSLocalizedString(BOXSTRING(string->title), BOXSTRING("open panel"))];
|
||||
[panel setTitle:NSLocalizedString(BOXSTRING(state->title), BOXSTRING("open panel"))];
|
||||
[panel setDirectory:BOXSTRING(state->startdir)];
|
||||
[panel setCanChooseDirectories:NO];
|
||||
[panel setCanChooseFiles:YES];
|
||||
|
|
Loading…
Add table
Reference in a new issue