COMMON: Rename enum variable for native browser feature
There was a typo in the name (missing 'r' in browser).
This commit is contained in:
parent
367a205cd5
commit
56d1305f9d
4 changed files with 4 additions and 4 deletions
|
@ -112,7 +112,7 @@ bool OSystem_MacOSX::hasFeature(Feature f) {
|
|||
return true;
|
||||
|
||||
#ifdef USE_SYSDIALOGS
|
||||
if (f == kFeatureNativeFileBowserDialog)
|
||||
if (f == kFeatureSystemBrowserDialog)
|
||||
return true;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue