- manager: fix menu appearance

svn path=/trunk/boinc/; revision=15046
This commit is contained in:
David Anderson 2008-04-14 15:38:17 +00:00
parent 19e98bfff5
commit f607735e6f
2 changed files with 7 additions and 1 deletions

View File

@ -3205,3 +3205,9 @@ Charlie April 14 2008
lib/
filesys.C
David April 14 2008
- manager: fix menu appearance
clientgui/
AdvancedFrame.cpp

View File

@ -441,7 +441,7 @@ bool CAdvancedFrame::CreateMenu() {
//
wxMenuItem* pItem = menuActivity->Append(
ID_ACTIVITYMENUSEPARATOR,
(const wxChar *) " ",
(const wxChar *) wxT(" "),
// wxEmptyString here causes a wxWidgets assertion when debugging
wxEmptyString,
wxITEM_NORMAL