mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5665
This commit is contained in:
parent
c8921f3bc3
commit
b0efebb4c4
|
@ -25943,3 +25943,11 @@ David 14 Mar 2005
|
|||
|
||||
api/
|
||||
x_opengl.C
|
||||
|
||||
Rom 15 Mar 2005
|
||||
- Backout the meta tag change that was made to support Japanese,
|
||||
aparently the string encodings are not automatically converted
|
||||
in Linux, or something to that effect.
|
||||
|
||||
clientgui/
|
||||
BOINCTaskCtrl.cpp
|
||||
|
|
|
@ -59,9 +59,6 @@ void CBOINCTaskCtrl::BeginTaskPage()
|
|||
{
|
||||
m_strTaskPage.Clear();
|
||||
m_strTaskPage += wxT("<html>");
|
||||
m_strTaskPage += wxT("<head>");
|
||||
m_strTaskPage += wxT("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">");
|
||||
m_strTaskPage += wxT("</head>");
|
||||
m_strTaskPage += wxT("<body bgcolor=" BGCOLOR ">");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue