From: dmv Date: Mon, 17 Mar 2008 10:24:05 +0000 (+0000) Subject: Fix of SMESH compilation error... X-Git-Tag: V4_1_2rc1~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=553f9198f9cf4ae0afea61ccb6b21970986607b5;p=modules%2Fsmesh.git Fix of SMESH compilation error... --- diff --git a/src/SMESHGUI/SMESHGUI_Operation.cxx b/src/SMESHGUI/SMESHGUI_Operation.cxx index 8fdb6f2de..d0e4962b3 100755 --- a/src/SMESHGUI/SMESHGUI_Operation.cxx +++ b/src/SMESHGUI/SMESHGUI_Operation.cxx @@ -81,7 +81,7 @@ void SMESHGUI_Operation::startOperation() disconnect( dlg(), SIGNAL( dlgClose() ), this, SLOT( onCancel() ) ); disconnect( dlg(), SIGNAL( dlgHelp() ), this, SLOT( onHelp() ) ); - setButtonText(1, "&Ok"); //rename Apply and Close to OK + dlg()->setButtonText(1, "&Ok"); //rename Apply and Close to OK if( dlg()->testButtonFlags( QtxDialog::OK ) ) connect( dlg(), SIGNAL( dlgOk() ), this, SLOT( onOk() ) );