mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
0023090: [CEA 1510] Error at Salome launch with Japanese language
This commit is contained in:
parent
18a41b7599
commit
f971466504
@ -1751,8 +1751,8 @@ bool GeometryGUI::activateModule( SUIT_Study* study )
|
||||
else {
|
||||
PyObjWrapper result =
|
||||
PyObject_CallMethod(pluginsmanager, (char*)"initialize", (char*)"isss", 1, "geom",
|
||||
tr("MEN_NEW_ENTITY").toStdString().c_str(),
|
||||
tr("GEOM_PLUGINS_OTHER").toStdString().c_str());
|
||||
tr("MEN_NEW_ENTITY").toUtf8().data(),
|
||||
tr("GEOM_PLUGINS_OTHER").toUtf8().data());
|
||||
if ( !result )
|
||||
PyErr_Print();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user