Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/SettingsKeys.h')
-rw-r--r--src/mumble/SettingsKeys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble/SettingsKeys.h b/src/mumble/SettingsKeys.h
index eb20a3088..9359eb2ee 100644
--- a/src/mumble/SettingsKeys.h
+++ b/src/mumble/SettingsKeys.h
@@ -169,7 +169,7 @@ const SettingsKey CHANNEL_EXPANSION_MODE_KEY = { "channel_expansion_mo
const SettingsKey CHANNEL_DRAG_MODE_KEY = { "channel_drag_mode" };
const SettingsKey USER_DRAG_MODE_KEY = { "user_drag_mode" };
const SettingsKey ALWAYS_ON_TOP_KEY = { "always_on_top" };
-const SettingsKey ASK_ON_QUIT_KEY = { "ask_on_quit" };
+const SettingsKey QUIT_BEHAVIOR_KEY = { "quit_behavior" };
const SettingsKey SHOW_DEVELOPER_MENU_KEY = { "show_developer_menu" };
const SettingsKey LOCK_LAYOUT_KEY = { "lock_layout" };
const SettingsKey MINIMAL_VIEW_KEY = { "minimal_view" };