aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/recorderdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/recorderdialog.cpp b/gui/recorderdialog.cpp
index a4c7428116..1a11dbac65 100644
--- a/gui/recorderdialog.cpp
+++ b/gui/recorderdialog.cpp
@@ -191,7 +191,7 @@ void RecorderDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
break;
case kCloseCmd:
setResult(kRecordDialogClose);
- break;
+ // Fall through
default:
Dialog::handleCommand(sender, cmd, data);
}