From db461ee046e63b7148174c40e05de76c5d7be31a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 19:48:40 +0300 Subject: Replace gcn::Button to Button in all classes. --- src/gui/confirmdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/confirmdialog.cpp') diff --git a/src/gui/confirmdialog.cpp b/src/gui/confirmdialog.cpp index b3ced2cde..66b32a6da 100644 --- a/src/gui/confirmdialog.cpp +++ b/src/gui/confirmdialog.cpp @@ -46,9 +46,9 @@ ConfirmDialog::ConfirmDialog(const std::string &title, const std::string &msg, mTextBox->setOpaque(false); mTextBox->setTextWrapped(msg, 260); - gcn::Button *const yesButton = new Button(_("Yes"), "yes", this); - gcn::Button *const noButton = new Button(_("No"), "no", this); - gcn::Button *ignoreButton = nullptr; + Button *const yesButton = new Button(_("Yes"), "yes", this); + Button *const noButton = new Button(_("No"), "no", this); + Button *ignoreButton = nullptr; if (ignore) ignoreButton = new Button(_("Ignore"), "ignore", this); -- cgit v1.2.3-70-g09d2