aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtvstools/Classifier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtvstools/Classifier.cs')
-rw-r--r--src/qtvstools/Classifier.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qtvstools/Classifier.cs b/src/qtvstools/Classifier.cs
index b83dd674..4e276539 100644
--- a/src/qtvstools/Classifier.cs
+++ b/src/qtvstools/Classifier.cs
@@ -69,8 +69,8 @@ namespace QtVsTools
var settingsManager = new ShellSettingsManager(isp);
var store = settingsManager.GetReadOnlySettingsStore(SettingsScope.UserSettings);
- QmlClassifierEnabled = store.GetBoolean(Statics.QtVsToolsQmlClassifierPath,
- Statics.QtVsToolsQmlClassifierKey, true);
+ QmlClassifierEnabled = store.GetBoolean(Statics.QmlClassifierPath,
+ Statics.QmlClassifierKey, true);
whiteSpaceChars = new[] { ' ', '\t' };
separators = new List<char>