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")));
msgstr "mesh_add.png"
msgid "ICON_REMOVE"
+msgstr "mesh_remove.png"
msgid "ICON_DELETE"
msgstr "delete.png"
-
msgid "ICON_COMPUTE"
msgstr "mesh_compute.png"
msgid "ICON_MAP"
msgstr "mesh_pattern.png"
+
+msgid "ICON_FILE_OPEN"
+msgstr "open.png"
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"