From 56d1305f9d50ded07bfc866f3bda0f673e423c88 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 17 Dec 2018 23:04:22 +0000 Subject: COMMON: Rename enum variable for native browser feature There was a typo in the name (missing 'r' in browser). --- common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 }; -- cgit v1.2.3