All pastes #472678 Raw Edit

Untitled

public cpp v1 · immutable
#472678 ·published 2007-05-05 19:15 UTC
rendered paste body
Index: rbutilFrm.cpp===================================================================--- rbutilFrm.cpp       (revision 13329)+++ rbutilFrm.cpp       (working copy)@@ -319,9 +319,9 @@     // construct link to html     wxString htmllink;     htmllink.Printf(wxT("%s%s/rockbox-build.html"),gv->manual_url.c_str(),curManualDevice.c_str());-    manual->LoadPage(htmllink);+    if(!manual->LoadPage(htmllink))+        manual->SetPage(wxT("<p>unable to display manual -- please use the PDF link above</p>"));- }