diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index d9bc42d4ce..8833a1f517 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -29,6 +29,7 @@ extern HINSTANCE g_hInstance;
-#define TOX_SETTING_ID "ToxID"
+#define TOX_SETTINGS_ID "ToxID"
+#define TOX_SETTINGS_DEFAULT_GROUP "DefaultGroup"
#endif //_COMMON_H_
\ No newline at end of file |