]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_Operation.cxx
Salome HOME
NPAL13898 Ok Apply Close laborious for User...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Operation.cxx
index 95c3c5ce12d1d604710fcd46fe1c800e89ba951e..8fdb6f2dedd7b2f9f7689400d5ab61fb27272c93 100755 (executable)
@@ -80,6 +80,8 @@ void SMESHGUI_Operation::startOperation()
     disconnect( dlg(), SIGNAL( dlgCancel() ), this, SLOT( onCancel() ) );
     disconnect( dlg(), SIGNAL( dlgClose() ), this, SLOT( onCancel() ) );
     disconnect( dlg(), SIGNAL( dlgHelp() ), this, SLOT( onHelp() ) );
+
+    setButtonText(1, "&Ok"); //rename Apply and Close to OK
     
     if( dlg()->testButtonFlags( QtxDialog::OK ) )
       connect( dlg(), SIGNAL( dlgOk() ), this, SLOT( onOk() ) );