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/textdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/textdialog.cpp') diff --git a/src/gui/textdialog.cpp b/src/gui/textdialog.cpp index 7d5b35c85..879505f64 100644 --- a/src/gui/textdialog.cpp +++ b/src/gui/textdialog.cpp @@ -48,7 +48,7 @@ TextDialog::TextDialog(const std::string &title, const std::string &msg, keyboard.setEnabled(false); Label *const textLabel = new Label(msg); - gcn::Button *const cancelButton = new Button(_("Cancel"), "CANCEL", this); + Button *const cancelButton = new Button(_("Cancel"), "CANCEL", this); place(0, 0, textLabel, 4); if (isPassword) -- cgit v1.2.3-70-g09d2