(OSX PPC) One buildfix

This commit is contained in:
neville 2019-05-06 04:46:23 +02:00
parent ccbb3f0960
commit 82be4ea0e5

View File

@ -38,7 +38,7 @@ static bool ui_browser_window_cocoa_open(ui_browser_window_state_t *state)
#endif
}
#if defined(MAC_OS_X_VERSION_10_6)
#if defined(MAC_OS_X_VERSION_10_5)
[panel setMessage:BOXSTRING(state->title)];
if ([panel runModalForDirectory:BOXSTRING(state->startdir) file:nil] != 1)
return false;