]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfNewContourMenu.cxx
index 697ed9823649578540fafbef8efcf6fb94cfe103..257fe8ce33f19324cf08bb2b4c39693b42199eda 100644 (file)
@@ -43,12 +43,12 @@ void interfNewContourMenu::initButtons(wxEvtHandler* evtHandler) {
        nom.push_back("Create a Line");
        funct.push_back((wxObjectEventFunction) &interfNewContourMenu::onCreateContourLine);
        hand.push_back(this);
-
+/*
        path.push_back(datadir + "/Line.png");
        nom.push_back("Create Points");
        funct.push_back((wxObjectEventFunction) &interfNewContourMenu::onCreateContourPoints);
        hand.push_back(this);
-       
+*/     
     this->addButtons(path, nom);
 
        this->setVectorFunction(funct); 
@@ -90,7 +90,8 @@ void interfNewContourMenu::onCreateContourCircle( wxCommandEvent& event ){
 void interfNewContourMenu::onCreateContourLine( wxCommandEvent& event ){
        interfMainPanel::getInstance()->onCreateContourLine();
 }
-
+/*
 void interfNewContourMenu::onCreateContourPoints( wxCommandEvent& event ){
        interfMainPanel::getInstance()->onCreateContourLine();
 }
+*/
\ No newline at end of file