1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

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
+1 -1
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;
}