diff options
Diffstat (limited to 'src/gui/connectiondialog.cpp')
-rw-r--r-- | src/gui/connectiondialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/connectiondialog.cpp b/src/gui/connectiondialog.cpp index ed8b0222d..3206fefc6 100644 --- a/src/gui/connectiondialog.cpp +++ b/src/gui/connectiondialog.cpp @@ -45,7 +45,8 @@ ConnectionDialog::ConnectionDialog(const std::string &text, ProgressIndicator *const progressIndicator = new ProgressIndicator; Label *const label = new Label(text); - Button *const cancelButton = new Button(_("Cancel"), "cancelButton", this); + Button *const cancelButton = new Button( + this, _("Cancel"), "cancelButton", this); place(0, 0, progressIndicator); place(0, 1, label); |