Issue 0020835: EDF 1363 GEOM : 'New entity/Face' and 'Build Face' confusion

This commit is contained in:
vsr 2010-04-19 13:59:58 +00:00
parent 5808c02eb9
commit cdd385b389
2 changed files with 7 additions and 3 deletions

View File

@ -633,7 +633,11 @@ Please, select face, shell or solid and try again</translation>
</message> </message>
<message> <message>
<source>GEOM_RECTANGLE_TITLE</source> <source>GEOM_RECTANGLE_TITLE</source>
<translation>Face Construction</translation> <translation>Rectangle Construction</translation>
</message>
<message>
<source>GEOM_RECTANGLE</source>
<translation>Rectangle</translation>
</message> </message>
<message> <message>
<source>GEOM_FILLET</source> <source>GEOM_FILLET</source>
@ -2153,7 +2157,7 @@ Please, select face, shell or solid and try again</translation>
</message> </message>
<message> <message>
<source>MEN_RECTANGLE</source> <source>MEN_RECTANGLE</source>
<translation>Face</translation> <translation>Rectangle</translation>
</message> </message>
<message> <message>
<source>MEN_DELETE</source> <source>MEN_DELETE</source>

View File

@ -60,7 +60,7 @@ PrimitiveGUI_FaceDlg::PrimitiveGUI_FaceDlg( GeometryGUI* theGeometryGUI, QWidget
setWindowTitle( tr( "GEOM_RECTANGLE_TITLE" ) ); setWindowTitle( tr( "GEOM_RECTANGLE_TITLE" ) );
/***************************************************************/ /***************************************************************/
mainFrame()->GroupConstructors->setTitle( tr( "GEOM_FACE" ) ); mainFrame()->GroupConstructors->setTitle( tr( "GEOM_RECTANGLE" ) );
mainFrame()->RadioButton1->setIcon( image2 ); mainFrame()->RadioButton1->setIcon( image2 );
mainFrame()->RadioButton2->setIcon( image0 ); mainFrame()->RadioButton2->setIcon( image0 );
mainFrame()->RadioButton3->setAttribute( Qt::WA_DeleteOnClose ); mainFrame()->RadioButton3->setAttribute( Qt::WA_DeleteOnClose );