MGR: Fix typo in a comment.

This commit is contained in:
Charlie Fenton 2014-03-26 06:01:48 -07:00
parent 4fdb14febf
commit bec0386d49
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ bool CBOINCTaskCtrl::OnRestoreState(wxConfigBase* pConfig) {
// Work around a problem on Windows where clicking on a button // Work around a problem on Windows where clicking on a button
// in the wwb sites Task Item Group sometimes causes the task // in the web sites Task Item Group sometimes causes the task
// control panel to scroll but does not send the button clicked // control panel to scroll but does not send the button clicked
// event. This is because the task control panel is the parent // event. This is because the task control panel is the parent
// of the Task Item Group's wxStaticBox, which is the parent of // of the Task Item Group's wxStaticBox, which is the parent of