From 066488a6f4d086b57f4fe32e8799c207552cccb7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 18:50:27 +0300 Subject: Add theming to labels. New theme file: label.xml Parameters: padding --- 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 96b653d76..7d5b35c85 100644 --- a/src/gui/textdialog.cpp +++ b/src/gui/textdialog.cpp @@ -47,7 +47,7 @@ TextDialog::TextDialog(const std::string &title, const std::string &msg, { keyboard.setEnabled(false); - gcn::Label *const textLabel = new Label(msg); + Label *const textLabel = new Label(msg); gcn::Button *const cancelButton = new Button(_("Cancel"), "CANCEL", this); place(0, 0, textLabel, 4); -- cgit v1.2.3-60-g2f50