aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/editgamedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/editgamedialog.cpp b/gui/editgamedialog.cpp
index 85b37929dc..94c74b40c0 100644
--- a/gui/editgamedialog.cpp
+++ b/gui/editgamedialog.cpp
@@ -539,7 +539,7 @@ void EditGameDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
_domain = newDomain;
}
}
- // FALL THROUGH to default case
+ // fall through
default:
OptionsDialog::handleCommand(sender, cmd, data);
}