Removed duplicate semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-05-20 13:15:24 +00:00
parent be60668fbe
commit 96c5cff92a

View File

@@ -166,7 +166,7 @@ bool wxCHMHelpController::DisplayContextPopup(int contextId)
GetCursorPos(& popup.pt);
popup.clrForeground = ::GetSysColor(COLOR_INFOTEXT);
popup.clrBackground = ::GetSysColor(COLOR_INFOBK);;
popup.clrBackground = ::GetSysColor(COLOR_INFOBK);
popup.rcMargins.top = popup.rcMargins.left = popup.rcMargins.right = popup.rcMargins.bottom = -1;
popup.pszFont = NULL;
popup.pszText = NULL;