summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/app_switches.cc2
-rw-r--r--app/app_switches.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/app_switches.cc b/app/app_switches.cc
index f07fa32e6..f869d68 100644
--- a/app/app_switches.cc
+++ b/app/app_switches.cc
@@ -8,6 +8,6 @@ namespace switches {
// The language file that we want to try to open. Of the form
// language[-country] where language is the 2 letter code from ISO-639.
-const wchar_t kLang[] = L"lang";
+const char kLang[] = "lang";
} // namespace switches
diff --git a/app/app_switches.h b/app/app_switches.h
index 1169b7f..b589153 100644
--- a/app/app_switches.h
+++ b/app/app_switches.h
@@ -9,7 +9,7 @@
namespace switches {
-extern const wchar_t kLang[];
+extern const char kLang[];
} // namespace switches