aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThierry Crozat2018-12-17 23:04:22 +0000
committerThierry Crozat2018-12-17 23:06:07 +0000
commit56d1305f9d50ded07bfc866f3bda0f673e423c88 (patch)
tree2e49cec273cdf33dab9e51fd3986ba908ad820e8 /common
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 'common')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 73a4ad6a2f..b336708814 100644
--- a/common/system.h
+++ b/common/system.h
@@ -409,7 +409,7 @@ public:
* Supports for using the native system file browser dialog
through the DialogManager.
*/
- kFeatureNativeFileBowserDialog
+ kFeatureSystemBrowserDialog
};