diff host/tools/configtool/standalone/wxwin/mainwin.cpp @ 644:c2866eff7fb9

* standalone/wxwin/mainwin.cpp: Update path to configtool HTML docs.
author jld
date Mon, 17 Feb 2003 17:05:22 +0000
parents f83ca6359915
children 706b0bdaf01c
line wrap: on
line diff
--- 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())
     {