Patch level : 4.0
Files correlati : xvaga Ricompilazione Demo : [ ] Commento : Corretta gestione traduzione voci di menu git-svn-id: svn://10.65.10.50/trunk@14222 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
354c4196fb
commit
7eea205bad
@ -3440,7 +3440,7 @@ void xvt_menu_translate_tree(WINDOW win, TRANSLATE_CALLBACK tc)
|
||||
{
|
||||
for (int m = pMenuBar->GetMenuCount()-1; m >= 0; m--)
|
||||
{
|
||||
const char* ita = pMenuBar->GetLabelTop(m);
|
||||
const wxString ita = pMenuBar->GetLabelTop(m);
|
||||
const char* eng = tc(ita);
|
||||
pMenuBar->SetLabelTop(m, eng);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user