(svn r23527) -Codechange: unify colo(u)r as far as it goes

This commit is contained in:
rubidium
2011-12-15 22:02:00 +00:00
parent 3d88c74389
commit fd559171b4
4 changed files with 6 additions and 6 deletions

View File

@@ -176,7 +176,7 @@ static void ClientSizeChanged(int w, int h)
{
/* allocate new dib section of the new size */
if (AllocateDibSection(w, h)) {
/* mark all palette colors dirty */
/* mark all palette colours dirty */
_cur_palette.first_dirty = 0;
_cur_palette.count_dirty = 256;
_local_palette = _cur_palette;