From: eap Date: Thu, 28 Jan 2010 08:17:35 +0000 (+0000) Subject: untabify X-Git-Tag: V5_1_4a1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf15d16c6caa00c923970e53e83bde8f5e528ff2;p=plugins%2Fhybridplugin.git untabify --- diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index a285793..f9f7e37 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -469,8 +469,8 @@ bool GHS3DPluginGUI_HypothesisCreator::checkParams(QString& msg) const if ( !QFileInfo( myWorkingDir->text().trimmed() ).isWritable() ) { SUIT_MessageBox::warning( dlg(), - tr( "SMESH_WRN_WARNING" ), - tr( "GHS3D_PERMISSION_DENIED" ) ); + tr( "SMESH_WRN_WARNING" ), + tr( "GHS3D_PERMISSION_DENIED" ) ); return false; } @@ -490,10 +490,10 @@ void GHS3DPluginGUI_HypothesisCreator::retrieveParams() const myOptimizationLevelCombo ->setCurrentIndex( data.myOptimizationLevel ); myMaximumMemoryCheck ->setChecked ( data.myMaximumMemory > 0 ); myMaximumMemorySpin ->setValue ( qMax( data.myMaximumMemory, - myMaximumMemorySpin->minimum() )); + myMaximumMemorySpin->minimum() )); myInitialMemoryCheck ->setChecked ( data.myInitialMemory > 0 ); myInitialMemorySpin ->setValue ( qMax( data.myInitialMemory, - myInitialMemorySpin->minimum() )); + myInitialMemorySpin->minimum() )); myWorkingDir ->setText ( data.myWorkingDir ); myKeepFiles ->setChecked ( data.myKeepFiles ); myVerboseLevelSpin ->setValue ( data.myVerboseLevel );