COMMON: Rename enum variable for native browser feature

There was a typo in the name (missing 'r' in browser).
This commit is contained in:
Thierry Crozat 2018-12-17 23:04:22 +00:00
parent 367a205cd5
commit 56d1305f9d
4 changed files with 4 additions and 4 deletions

View file

@ -112,7 +112,7 @@ bool OSystem_MacOSX::hasFeature(Feature f) {
return true;
#ifdef USE_SYSDIALOGS
if (f == kFeatureNativeFileBowserDialog)
if (f == kFeatureSystemBrowserDialog)
return true;
#endif