aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 4995fce5ea..b3ac2bb973 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -763,6 +763,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
updateButtons();
break;
case kQuitCmd:
+ ConfMan.setActiveDomain("");
setResult(-1);
close();
break;