]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsMenu.cxx
Remove some warnings
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsMenu.cxx
index 66712690984f6bfd4f8fba1dc450c7c9bc11fc6c..d92b5a5737e154b36b3cf9e6d9d97834543d1b9f 100644 (file)
@@ -42,7 +42,7 @@ void interfToolsMenu::initButtons(wxEvtHandler* evtHandler) {
        this->addButtons(path, nom);    
        this->setVectorFunction(funct);
 
-       this->setButtonName(0, wxContour_ActionCommnadsID::CHANGE_TOOL);
+       this->setButtonName(0, wxContour_ActionCommandsID::CHANGE_TOOL);
 
        this->connectEvents(evtHandler);
           
@@ -149,4 +149,4 @@ void interfToolsMenu::hideAxis(){
                axisshown = false;
                contourevent->showAxis(axisshown);
        }
-}
\ No newline at end of file
+}