aboutsummaryrefslogtreecommitdiff
path: root/gui/options.cpp
diff options
context:
space:
mode:
authorThierry Crozat2018-12-17 23:04:22 +0000
committerThierry Crozat2018-12-17 23:06:07 +0000
commit56d1305f9d50ded07bfc866f3bda0f673e423c88 (patch)
tree2e49cec273cdf33dab9e51fd3986ba908ad820e8 /gui/options.cpp
parent367a205cd5c7f9be955c016b6bfb8221b0ac9414 (diff)
downloadscummvm-rg350-56d1305f9d50ded07bfc866f3bda0f673e423c88.tar.gz
scummvm-rg350-56d1305f9d50ded07bfc866f3bda0f673e423c88.tar.bz2
scummvm-rg350-56d1305f9d50ded07bfc866f3bda0f673e423c88.zip
COMMON: Rename enum variable for native browser feature
There was a typo in the name (missing 'r' in browser).
Diffstat (limited to 'gui/options.cpp')
-rw-r--r--gui/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 3e6183c54a..f1efacdf9d 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1705,7 +1705,7 @@ void GlobalOptionsDialog::build() {
#endif // USE_TRANSLATION
- if (g_system->hasFeature(OSystem::kFeatureNativeFileBowserDialog)) {
+ if (g_system->hasFeature(OSystem::kFeatureSystemBrowserDialog)) {
_useSystemDialogsCheckbox = new CheckboxWidget(tab, "GlobalOptions_Misc.UseSystemDialogs",
_("Use native system file browser"),
_("Use the native system file browser instead of the ScummVM one to select a file or directory.")