summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-23 14:54:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-23 14:54:02 +0300
commit3e366adda055e8873eaeb57f1843f5df0b9695d9 (patch)
tree8d6e8d9a451547108773bd9d4463c55354f110d1 /src/gui/setup_colors.h
parent3a121eabfc6bf7ad6ff8c69d04fdf98abd94896a (diff)
downloadplus-3e366adda055e8873eaeb57f1843f5df0b9695d9.tar.gz
plus-3e366adda055e8873eaeb57f1843f5df0b9695d9.tar.bz2
plus-3e366adda055e8873eaeb57f1843f5df0b9695d9.tar.xz
plus-3e366adda055e8873eaeb57f1843f5df0b9695d9.zip
fix calling gettext before gettext initialisation.
Diffstat (limited to 'src/gui/setup_colors.h')
-rw-r--r--src/gui/setup_colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h
index 1e631663c..7fe58abb6 100644
--- a/src/gui/setup_colors.h
+++ b/src/gui/setup_colors.h
@@ -55,7 +55,7 @@ class Setup_Colors final : public SetupTab,
void valueChanged(const gcn::SelectionEvent &event) override;
private:
- static const std::string rawmsg;
+ static const char *const rawmsg;
ListBox *mColorBox;
ScrollArea *mScroll;