IPAL9155, IPAL9156

This commit is contained in:
asl 2005-06-15 04:04:59 +00:00
parent 13c1cf5e03
commit a90ef6efde
3 changed files with 11 additions and 2 deletions

View File

@ -140,7 +140,7 @@ QFrame* SMESHGUI_MeshPatternDlg::createMainFrame (QWidget* theParent)
QPixmap iconSlct ( mgr->loadPixmap("SMESH", tr("ICON_SELECT")));
QPixmap icon2d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_2d")));
QPixmap icon3d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_3d")));
QPixmap iconOpen ( mgr->loadPixmap("SMESH", tr("ICON_FILE_OPEN")));
QPixmap iconOpen ( mgr->loadPixmap("STD", tr("ICON_FILE_OPEN")));
QPixmap iconSample2d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_SAMPLE_2D")));
QPixmap iconSample3d ( mgr->loadPixmap("SMESH", tr("ICON_PATTERN_SAMPLE_3D")));

View File

@ -226,11 +226,11 @@ msgid "ICON_APPEND"
msgstr "mesh_add.png"
msgid "ICON_REMOVE"
msgstr "mesh_remove.png"
msgid "ICON_DELETE"
msgstr "delete.png"
msgid "ICON_COMPUTE"
msgstr "mesh_compute.png"
@ -326,3 +326,6 @@ msgstr "mesh_revolution.png"
msgid "ICON_MAP"
msgstr "mesh_pattern.png"
msgid "ICON_FILE_OPEN"
msgstr "open.png"

View File

@ -1656,6 +1656,12 @@ msgstr "Load pattern"
msgid "SMESHGUI_MeshPatternDlg::PATTERN_FILT"
msgstr "Pattern files(*.smp)"
msgid "SMESHGUI_MeshPatternDlg::CREATE_POLYGONS_NEAR_BOUNDARY"
msgstr "Create polygons near boundary"
msgid "SMESHGUI_MeshPatternDlg::CREATE_POLYEDRS_NEAR_BOUNDARY"
msgstr "Create polyhedres near boundary"
msgid "SMESHGUI_MeshPatternDlg::ERROR_OF_LOADING"
msgstr "Loading of pattern from file failed. Probably file\nis corrupted or contains pattern of the other type"