]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfIOMenu.cxx
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfIOMenu.cxx
index 762a16d9493bedfa4d991eff27585cf43f7c1de9..baee7dd7aa1d0286a62b89f18109bd21c92b2f5d 100644 (file)
@@ -26,8 +26,9 @@ void interfIOMenu::initButtons(wxEvtHandler* evtHandler) {
        nom.push_back("Import an OSIRIX XML file with contours");
        funct.push_back((wxObjectEventFunction) &interfIOMenu:: onImport);
 
-       //First step, include the image and the alternate text of the button.
-       //Obviously, a callback function must also be specified.
+       /******            ******
+       ******* New Button *******
+       *******            ******/
        path.push_back(datadir + "/test.png");
        nom.push_back("Performing a test on how to add a new button");
        funct.push_back((wxObjectEventFunction) &interfIOMenu:: onTest);