From 553f9198f9cf4ae0afea61ccb6b21970986607b5 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 17 Mar 2008 10:24:05 +0000 Subject: [PATCH] Fix of SMESH compilation error... --- src/SMESHGUI/SMESHGUI_Operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) ); -- 2.39.2