(OSX PPC) One buildfix
This commit is contained in:
parent
ccbb3f0960
commit
82be4ea0e5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue