X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfToolsMenu.cxx;h=069bb244fd93b81e6da2fcb423efa3435c77b5ef;hb=2ddb9de651984bea4376da16a35e2f02a78a76c0;hp=48c4d9f4b5f2e9bc33c046967902442eb7c5155d;hpb=6dcdd6edab64450dce74ecd573bd4ebecba1bc8b;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfToolsMenu.cxx b/lib/Interface_Icons_NDimensions/interfToolsMenu.cxx index 48c4d9f..069bb24 100644 --- a/lib/Interface_Icons_NDimensions/interfToolsMenu.cxx +++ b/lib/Interface_Icons_NDimensions/interfToolsMenu.cxx @@ -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); @@ -89,6 +88,8 @@ void interfToolsMenu::onConfigurationPressed(wxCommandEvent& event){ } void interfToolsMenu::onHelpPressed(wxCommandEvent& event){ + wxLaunchDefaultBrowser(_T("http://www.creatis.insa-lyon.fr/creatools/node/25"), 0); + }