*** empty log message ***

svn path=/trunk/boinc/; revision=5665
This commit is contained in:
Rom Walton 2005-03-15 20:12:18 +00:00
parent c8921f3bc3
commit b0efebb4c4
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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 ">");
}