From 6ffd428383326c7b77e1b5e1777ae3a9f2e4156b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Feb 2012 21:24:03 +0300 Subject: Replace "play" button text to image. --- src/gui/widgets/setupitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/setupitem.cpp b/src/gui/widgets/setupitem.cpp index 9eedfd58d..7c15ea785 100644 --- a/src/gui/widgets/setupitem.cpp +++ b/src/gui/widgets/setupitem.cpp @@ -971,7 +971,7 @@ SetupItemSound::SetupItemSound(std::string text, std::string description, void SetupItemSound::addMoreControls() { - mButton = new Button(_("Play"), mEventName + "_PLAY", this); + mButton = new Button(BUTTON_PLAY, 16, 16, mEventName + "_PLAY", this); mHorizont->add(mButton); } -- cgit v1.2.3-70-g09d2