mirror of https://github.com/BOINC/boinc.git
- manager: fix menu appearance
svn path=/trunk/boinc/; revision=15046
This commit is contained in:
parent
19e98bfff5
commit
f607735e6f
|
@ -3205,3 +3205,9 @@ Charlie April 14 2008
|
||||||
|
|
||||||
lib/
|
lib/
|
||||||
filesys.C
|
filesys.C
|
||||||
|
|
||||||
|
David April 14 2008
|
||||||
|
- manager: fix menu appearance
|
||||||
|
|
||||||
|
clientgui/
|
||||||
|
AdvancedFrame.cpp
|
||||||
|
|
|
@ -441,7 +441,7 @@ bool CAdvancedFrame::CreateMenu() {
|
||||||
//
|
//
|
||||||
wxMenuItem* pItem = menuActivity->Append(
|
wxMenuItem* pItem = menuActivity->Append(
|
||||||
ID_ACTIVITYMENUSEPARATOR,
|
ID_ACTIVITYMENUSEPARATOR,
|
||||||
(const wxChar *) " ",
|
(const wxChar *) wxT(" "),
|
||||||
// wxEmptyString here causes a wxWidgets assertion when debugging
|
// wxEmptyString here causes a wxWidgets assertion when debugging
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxITEM_NORMAL
|
wxITEM_NORMAL
|
||||||
|
|
Loading…
Reference in New Issue