FIX: Choice param Field translate sidetext
Change-Id: I10e086af41bd979a5dfd1711b94f94a604ab2052 Jira: STUDIO-11119
This commit is contained in:
parent
323184e42c
commit
93325d7a20
|
@ -1227,7 +1227,7 @@ void Choice::BUILD()
|
|||
opt_height = (double) temp->GetTextCtrl()->GetSize().GetHeight() / m_em_unit;
|
||||
|
||||
// BBS
|
||||
temp->SetTextLabel(m_opt.sidetext);
|
||||
temp->SetTextLabel(_L(m_opt.sidetext));
|
||||
m_combine_side_text = true;
|
||||
|
||||
#ifdef __WXGTK3__
|
||||
|
|
Loading…
Reference in New Issue