summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-04 21:46:37 (GMT)
committervlad <vlad@tyrion.(none)>2012-10-13 13:55:45 (GMT)
commita74153f0af0149b445eb5fd18f616e8a3e7f8462 (patch)
tree9a5ba15eb1337cb39b088889ff29b5f888ca111b /Swift/Controllers/SettingConstants.h
parent49834785cbf3ca1246fef5a7f939d5b182b437eb (diff)
downloadswift-contrib-a74153f0af0149b445eb5fd18f616e8a3e7f8462.zip
swift-contrib-a74153f0af0149b445eb5fd18f616e8a3e7f8462.tar.bz2
Imporoved Spell Checker Settings
Diffstat (limited to 'Swift/Controllers/SettingConstants.h')
-rw-r--r--Swift/Controllers/SettingConstants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/Controllers/SettingConstants.h b/Swift/Controllers/SettingConstants.h
index 4c354f2..afef6ca 100644
--- a/Swift/Controllers/SettingConstants.h
+++ b/Swift/Controllers/SettingConstants.h
@@ -23,5 +23,8 @@ namespace Swift {
static const SettingsProvider::Setting<std::string> EXPANDED_ROSTER_GROUPS;
static const SettingsProvider::Setting<bool> PLAY_SOUNDS;
static const SettingsProvider::Setting<bool> SPELL_CHECKER;
+ static const SettingsProvider::Setting<std::string> DICT_PATH;
+ static const SettingsProvider::Setting<std::string> PERSONAL_DICT_PATH;
+ static const SettingsProvider::Setting<std::string> DICT_FILE;
};
}