X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMBase%2FGEOMBase_Skeleton.cxx;h=b1a50b0af99ebfe483f6538161fdfc39bcb0f908;hb=b5d171ec2299b5891ddbafa232f7a1757fbb7b9e;hp=1cd16819f5391af85d6cd40c7d8d5e7042b3ce4f;hpb=c115a0bf0c984221f0e73d80030d96b3b7d896e4;p=modules%2Fgeom.git diff --git a/src/GEOMBase/GEOMBase_Skeleton.cxx b/src/GEOMBase/GEOMBase_Skeleton.cxx index 1cd16819f..b1a50b0af 100644 --- a/src/GEOMBase/GEOMBase_Skeleton.cxx +++ b/src/GEOMBase/GEOMBase_Skeleton.cxx @@ -26,8 +26,8 @@ #include "GEOMBase_Skeleton.h" #include "GEOMBase.h" +#include #include -#include #include #include @@ -41,8 +41,6 @@ #include #include -using namespace std; - //================================================================================= // class : GEOMBase_Skeleton() // purpose : Constructs a GEOMBase_Skeleton which is a child of 'parent', with the @@ -66,6 +64,8 @@ GEOMBase_Skeleton::GEOMBase_Skeleton( GeometryGUI* theGeometryGUI, QWidget* pare topLayout->setMargin( 0 ); topLayout->setSpacing( 0 ); topLayout->addWidget( myMainFrame ); + myMainFrame->GroupBoxName->setTitle( tr( "GEOM_RESULT_NAME_GRP" ) ); + myMainFrame->NameLabel->setText( tr( "GEOM_RESULT_NAME_LBL" ) ); buttonCancel()->setText( tr( "GEOM_BUT_CLOSE" ) ); buttonOk()->setText( tr( "GEOM_BUT_OK" )) ; buttonApply()->setText( tr( "GEOM_BUT_APPLY" ) );