# HG changeset patch # User jld # Date 1045501522 0 # Node ID c2866eff7fb945f605f8b37af47a1729e0ca49f0 # Parent 659eed39fb511392da894eade9fb0efb57d68c3f * standalone/wxwin/mainwin.cpp: Update path to configtool HTML docs. diff --git a/host/tools/configtool/ChangeLog b/host/tools/configtool/ChangeLog --- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,7 @@ +2003-02-17 John Dallaway + + * standalone/wxwin/mainwin.cpp: Update path to configtool HTML docs. + 2003-02-13 John Dallaway * standalone/wxwin/admindlg.cpp, diff --git a/host/tools/configtool/standalone/wxwin/mainwin.cpp b/host/tools/configtool/standalone/wxwin/mainwin.cpp --- a/host/tools/configtool/standalone/wxwin/mainwin.cpp +++ b/host/tools/configtool/standalone/wxwin/mainwin.cpp @@ -369,7 +369,7 @@ ecMainFrame::ecMainFrame(wxDocManager *m webMenu->Append(ecID_REDHAT_WEB_ECOS, _("&eCos Product Page"), _("Opens the eCos product page")); webMenu->Append(ecID_REDHAT_WEB_NET_RELEASE, _("eCos &Net Release Page"), _("Opens the eCos net release page")); webMenu->AppendSeparator(); - webMenu->Append(ecID_REDHAT_WEB_UITRON, _("µ&ITRON"), _("Opens the µITRON specification page")); + webMenu->Append(ecID_REDHAT_WEB_UITRON, _("&ITRON"), _("Opens the ITRON specification page")); // helpMenu->Append(ecID_REDHAT_WEB, _("&Red Hat on the Web"), webMenu); // helpMenu->AppendSeparator(); @@ -1052,7 +1052,7 @@ void ecMainFrame::OnHelpConfigtool(wxCom //wxString strURL(wxT("redirect/the-ecos-configuration-tool.html")); wxString strURL(wxGetApp().GetFullAppPath(wxT("manual/user-guides.2.html"))); if (!wxFileExists(strURL)) - strURL = wxT("guides/user-guides.2.html"); + strURL = wxT("user-guide/the-ecos-configuration-tool.html"); if (wxGetApp().GetConfigToolDoc()) {