1
0
Fork 0
forked from len0rd/rockbox

integrated Manual for rbutil

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13329 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2007-05-05 18:28:18 +00:00
parent e9f08dc193
commit 5e7b140a09
8 changed files with 95 additions and 25 deletions

View file

@ -212,6 +212,9 @@ bool rbutilFrmApp::ReadGlobalConfig(rbutilFrm* myFrame)
gv->GlobalConfig->Read(wxT("themes_url"), &tmpstr);
gv->themes_url = tmpstr;
gv->GlobalConfig->Read(wxT("manual_url"), &tmpstr);
gv->manual_url = tmpstr;
#ifdef __WXMSW__
gv->curdestdir = wxT("D:\\");
#else