From 79b4bbbe0ead006bec273c247eaa50c2fd585863 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 01:00:19 +0300 Subject: Add palette inheritance to checkbox class. --- src/gui/shopwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/shopwindow.cpp') diff --git a/src/gui/shopwindow.cpp b/src/gui/shopwindow.cpp index 3aab00ea8..a0e91dd26 100644 --- a/src/gui/shopwindow.cpp +++ b/src/gui/shopwindow.cpp @@ -94,7 +94,7 @@ ShopWindow::ShopWindow(): mSellDeleteButton(new Button(this, _("Delete"), "delete sell", this)), mSellAnnounceButton(new Button(this, _("Announce"), "announce sell", this)), mSellAuctionButton(nullptr), - mAnnounceLinks(new CheckBox(_("Show links in announce"), false, + mAnnounceLinks(new CheckBox(this, _("Show links in announce"), false, this, "link announce")), mSelectedItem(-1), mAnnonceTime(0), -- cgit v1.2.3-60-g2f50