]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
authoreap <eap@opencascade.com>
Tue, 6 May 2008 14:38:08 +0000 (14:38 +0000)
committereap <eap@opencascade.com>
Tue, 6 May 2008 14:38:08 +0000 (14:38 +0000)
     addmissing "Megabytes" label

src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx

index 770aba2d961437192eb49b10ef076196b9caa2df..fde9f30c9d695ea1adc9aa848af651126b53dcef 100644 (file)
@@ -147,6 +147,7 @@ QFrame* GHS3DPluginGUI_HypothesisCreator::buildFrame()
   myInitialMemorySpin->setMinValue( 1 );
   myInitialMemorySpin->setMaxValue( maxAvailableMemory() );
   myInitialMemorySpin->setLineStep( 10 );
+  QLabel* aMegabyteLabel2 = new QLabel( tr("MEGABYTE"), anAdvFrame);
 
   QLabel* aWorkinDirLabel = new QLabel( tr( "WORKING_DIR" ), anAdvFrame );
   QPushButton* dirBtn = new QPushButton( tr( "SELECT_DIR"), anAdvFrame, "dirBtn");
@@ -175,7 +176,7 @@ QFrame* GHS3DPluginGUI_HypothesisCreator::buildFrame()
 
   anAdvLayout->addWidget(myInitialMemoryCheck, 1, 0);
   anAdvLayout->addWidget(myInitialMemorySpin,  1, 1);
-  anAdvLayout->addWidget(aMegabyteLabel,       1, 2);
+  anAdvLayout->addWidget(aMegabyteLabel2,       1, 2);
 
   anAdvLayout->addWidget(aWorkinDirLabel,      2, 0);
   anAdvLayout->addWidget(dirBtn,               2, 1);