mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12785 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
410af8955f
commit
c9cafd846f
12 changed files with 114 additions and 62 deletions
|
|
@ -53,8 +53,8 @@ bool rbutilFrmApp::OnInit()
|
|||
}
|
||||
}
|
||||
|
||||
buf += wxT(PATH_SEP "rbutil.log");
|
||||
gv->logfile = new wxFFile(buf, "w");
|
||||
buf += PATH_SEP wxT("rbutil.log");
|
||||
gv->logfile = new wxFFile(buf, wxT("w"));
|
||||
if (! gv->logfile->IsOpened() )
|
||||
wxLogFatalError(wxT("Unable to open log file"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue