msi: Do not store property for each listbox element, as it is the same one for the...
commit69448afdc7e6551de6b0965a15cbe66f8210c957
authorPeter Oberndorfer <kumbayo84@arcor.de>
Tue, 6 Feb 2007 19:01:05 +0000 (6 20:01 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Feb 2007 19:35:19 +0000 (6 20:35 +0100)
tree8fedcc35158848e57d890f7cb9cb2c046ca9ddf5
parent79d2f76b8efa57602cf10c819e49c96d3c2073ca
msi: Do not store property for each listbox element, as it is the same one for the whole listbox.

Remove struct msi_listbox_item as it only contains 1 element now.
dlls/msi/dialog.c