1
0
forked from 0ad/0ad

Fix trivial comment typo caught by wraitii.

This was SVN commit r14460.
This commit is contained in:
JoshuaJB 2013-12-31 11:06:00 +00:00
parent f8ca47913d
commit c0472f0de5

View File

@ -231,7 +231,7 @@ void CDropDown::HandleMessage(SGUIMessage &Message)
case GUIM_MOUSE_WHEEL_DOWN:
{
// Don't switch elements be scrolling when open, causes a confusing interaction between this and the scrollbar.
// Don't switch elements by scrolling when open, causes a confusing interaction between this and the scrollbar.
if (m_Open)
break;