Fix minor issues.

This commit is contained in:
jean-pierre charras
2010-12-18 09:59:04 +01:00
parent b8eba35cba
commit 7d85aa92a8
6 changed files with 29 additions and 53 deletions
+3 -5
View File
@@ -93,11 +93,9 @@ void WinEDA_BasicFrame::SetLanguage( wxCommandEvent& event )
int id = event.GetId();
wxGetApp().SetLanguageIdentifier( id );
if ( wxGetApp().SetLanguage() )
{
ReCreateMenuBar();
Refresh();
}
wxGetApp().SetLanguage();
ReCreateMenuBar();
GetMenuBar()->Refresh();
}