mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4414
This commit is contained in:
parent
47767099a1
commit
69583c054d
|
@ -205,6 +205,8 @@ void CTaskBarIcon::OnMouseMove( wxEvent& event )
|
|||
|
||||
void CTaskBarIcon::OnRButtonDown( wxEvent& event )
|
||||
{
|
||||
ShowBalloon( wxT(""), wxT("") );
|
||||
|
||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||
wxMenu* menu = new wxMenu;
|
||||
wxInt32 iActivityMode = -1;
|
||||
|
|
Loading…
Reference in New Issue