diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-24 15:06:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-24 15:06:43 +0300 |
commit | b3e067fd1b107c01f79d2f486447cefe607f46dc (patch) | |
tree | c2d9caada0b2a3334c091877ba3418d09a68653b /src/gui/setup_theme.cpp | |
parent | e8fc638b750514ec264598df79a409da97493816 (diff) | |
download | plus-b3e067fd1b107c01f79d2f486447cefe607f46dc.tar.gz plus-b3e067fd1b107c01f79d2f486447cefe607f46dc.tar.bz2 plus-b3e067fd1b107c01f79d2f486447cefe607f46dc.tar.xz plus-b3e067fd1b107c01f79d2f486447cefe607f46dc.zip |
Revert "Fake solution to avoid Theme Info button graphic to be corrupted."
This reverts commit d553924a7f8c911d944207f7431b7e0ebd2b0fe8.
Diffstat (limited to 'src/gui/setup_theme.cpp')
-rw-r--r-- | src/gui/setup_theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp index a6863e080..658877eed 100644 --- a/src/gui/setup_theme.cpp +++ b/src/gui/setup_theme.cpp @@ -196,7 +196,7 @@ Setup_Theme::Setup_Theme(const Widget2 *const widget) : mNpcFontSize(config.getIntValue("npcfontSize")), mNpcFontSizeDropDown(new DropDown(this, mNpcFontSizeListModel)), // TRANSLATORS: button name with information about selected theme - mInfoButton(new Button(this, _(" i "), ACTION_INFO, this)) + mInfoButton(new Button(this, _("i"), ACTION_INFO, this)) { setName(_("Theme")); |