]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsMenu.cxx
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsMenu.cxx
index c68af6eb2bd526641160a6f6b9519dc514474a7b..069bb244fd93b81e6da2fcb423efa3435c77b5ef 100644 (file)
@@ -29,16 +29,15 @@ void interfToolsMenu::initButtons(wxEvtHandler* evtHandler) {
        path.push_back(datadir + "/Spread1.png");
        nom.push_back("Select more than one contour and find the contours between them");
        funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onSpreadPressed);
-
        
-       path.push_back(datadir + "/info.png");
-       nom.push_back("Information of the contours in the scene");
-       funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onInformationPressed);
-
        path.push_back(datadir + "/pignon.png");
        nom.push_back("Configuration of the window");
        funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onConfigurationPressed);
 
+       path.push_back(datadir + "/info.png");
+       nom.push_back("Information of the contours in the scene");
+       funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onInformationPressed);
+       
        path.push_back(datadir + "/Help.png");
        nom.push_back("Show help page with information about the tools");
        funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onHelpPressed);