[DISPLAY] english correction
This commit is contained in:
parent
1724955f67
commit
9678d46cb1
@ -352,10 +352,10 @@ void MainWindows::OnReceiveMessage(const ewol::EMessage& _msg)
|
|||||||
tmpWidget->MenuAddGroup("Editor");
|
tmpWidget->MenuAddGroup("Editor");
|
||||||
ewol::Widget* tmpSubWidget = new globals::ParameterGlobalsGui();
|
ewol::Widget* tmpSubWidget = new globals::ParameterGlobalsGui();
|
||||||
tmpWidget->MenuAdd("Editor", "", tmpSubWidget);
|
tmpWidget->MenuAdd("Editor", "", tmpSubWidget);
|
||||||
tmpWidget->MenuAdd("Polices & Color", "", NULL);
|
tmpWidget->MenuAdd("Font & Color", "", NULL);
|
||||||
tmpWidget->MenuAdd("Highlight", "", NULL);
|
tmpWidget->MenuAdd("Highlight", "", NULL);
|
||||||
tmpWidget->MenuAddGroup("Genral");
|
tmpWidget->MenuAddGroup("General");
|
||||||
tmpWidget->MenuAdd("Affichage", "", NULL);
|
tmpWidget->MenuAdd("Display", "", NULL);
|
||||||
tmpSubWidget = new ParameterAboutGui();
|
tmpSubWidget = new ParameterAboutGui();
|
||||||
tmpWidget->MenuAdd("About", "", tmpSubWidget);
|
tmpWidget->MenuAdd("About", "", tmpSubWidget);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user