Marked all informative strings by macros _L and _LU8.

This commit is contained in:
YuSanka 2018-02-13 16:05:53 +01:00
parent 752d089814
commit 39fae3777c
2 changed files with 38 additions and 48 deletions

View file

@ -226,7 +226,7 @@ public:
}
void set_value(boost::any value) {
m_disable_change_event = true;
dynamic_cast<wxColourPickerCtrl*>(window)->SetColour(boost::any_cast</*std::s*/wxString>(value));
dynamic_cast<wxColourPickerCtrl*>(window)->SetColour(boost::any_cast<wxString>(value));
m_disable_change_event = false;
}