diff options
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/macosx/macosx.cpp | 2 | ||||
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp index b58255c271..ae9203fd45 100644 --- a/backends/platform/sdl/macosx/macosx.cpp +++ b/backends/platform/sdl/macosx/macosx.cpp @@ -112,7 +112,7 @@ bool OSystem_MacOSX::hasFeature(Feature f) { return true; #ifdef USE_SYSDIALOGS - if (f == kFeatureNativeFileBowserDialog) + if (f == kFeatureSystemBrowserDialog) return true; #endif diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index e837bbae03..93159a7d7e 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -109,7 +109,7 @@ bool OSystem_Win32::hasFeature(Feature f) { return true; #ifdef USE_SYSDIALOGS - if (f == kFeatureNativeFileBowserDialog) + if (f == kFeatureSystemBrowserDialog) return true; #endif |