From aa7119314e1a33d908b98906d30be94eb116d02d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Mar 2018 02:22:21 +0300 Subject: Add skin parameter to all button constructors. --- src/gui/windows/tradewindow.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/tradewindow.cpp') diff --git a/src/gui/windows/tradewindow.cpp b/src/gui/windows/tradewindow.cpp index 380dc5c21..606d2a380 100644 --- a/src/gui/windows/tradewindow.cpp +++ b/src/gui/windows/tradewindow.cpp @@ -86,10 +86,12 @@ TradeWindow::TradeWindow() : // TRANSLATORS: trade window money label mMoneyLabel(new Label(this, strprintf(_("You get %s"), ""))), // TRANSLATORS: trade window button - mAddButton(new Button(this, _("Add"), "add", this)), - mOkButton(new Button(this, "", "", this)), // Will be filled in later + mAddButton(new Button(this, _("Add"), "add", BUTTON_SKIN, this)), + mOkButton(new Button(this, "", "", + BUTTON_SKIN, this)), // Will be filled in later // TRANSLATORS: trade window money change button - mMoneyChangeButton(new Button(this, _("Change"), "money", this)), + mMoneyChangeButton(new Button(this, _("Change"), "money", + BUTTON_SKIN, this)), mMoneyField(new TextField(this, std::string(), LoseFocusOnTab_true, nullptr, std::string(), false)), mAutoAddItem(nullptr), -- cgit v1.2.3-60-g2f50