This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update configtool path to configtool help HTML


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/tools/configtool/ChangeLog,v
retrieving revision 1.32
diff -u -5 -r1.32 ChangeLog
--- ChangeLog	13 Feb 2003 16:23:38 -0000	1.32
+++ ChangeLog	17 Feb 2003 17:03:11 -0000
@@ -1,5 +1,9 @@
+2003-02-17  John Dallaway  <jld@ecoscentric.com>
+
+	* standalone/wxwin/mainwin.cpp: Update path to configtool HTML docs.
+
 2003-02-13  John Dallaway  <jld@ecoscentric.com>

 	* standalone/wxwin/admindlg.cpp,
 	  standalone/wxwin/configtooldoc.cpp,
 	  standalone/wxwin/configtool.cpp,
Index: standalone/wxwin/mainwin.cpp
===================================================================
RCS file: /cvs/ecos/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp,v
retrieving revision 1.10
diff -u -5 -r1.10 mainwin.cpp
--- standalone/wxwin/mainwin.cpp	13 Feb 2003 16:23:38 -0000	1.10
+++ standalone/wxwin/mainwin.cpp	17 Feb 2003 17:03:14 -0000
@@ -367,11 +367,11 @@
     wxMenu* webMenu = new wxMenu;
     webMenu->Append(ecID_REDHAT_WEB_HOME, _("&Red Hat Home Page"), _("Opens the Red Hat home page"));
     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();
     helpMenu->Append(ecID_REPOSITORY_INFO, _("Repository &Information...\tCtrl+I"), _("Displays information about the current repository"));
     helpMenu->Append(wxID_ABOUT, _("&About the Configuration Tool..."), _("Displays program information, version and copyright"));
@@ -1050,11 +1050,11 @@
 void ecMainFrame::OnHelpConfigtool(wxCommandEvent& event)
 {
     //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())
     {
         wxGetApp().GetConfigToolDoc()->ShowURL(strURL);
     }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]