comctl32: Fix regression caused by 2d751ee56afced908d0788b936fa4aac1b29f1a1.
commitc037b333c889729b5c1dd5150fdc6310d676cd62
authorIgor Tarasov <tarasov.igor@gmail.com>
Sat, 18 Apr 2009 01:51:40 +0000 (18 06:51 +0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Apr 2009 12:13:54 +0000 (20 14:13 +0200)
treef69a2b3ec5d556e66b8f6452c390d9f8ac178585
parent0b6d74c4282eeef61ae4b4e1be8db2cd919be5c7
comctl32: Fix regression caused by 2d751ee56afced908d0788b936fa4aac1b29f1a1.

Fixing regression produced by "comctl32: Correct handling of toolbar
separators size". As it came out, some applications DO rely on iBitmap
value, but it can be received not with TB_GETBUTTONINFO, but with
TB_GETBITMAP.
dlls/comctl32/toolbar.c