Make one of the icon sets a wildcard set.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 7 Sep 2013 05:12:59 +0000 (07:12 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 7 Sep 2013 05:17:33 +0000 (07:17 +0200)
commitd7b15886cb3084395c167fbd993f082fa97feab9
treeb5a8c85f84ffc82407d52c4bb0384eb1c1256396
parenta1c7615c39c76a0aa0ab0b7bfb42d56e020173a8
Make one of the icon sets a wildcard set.

We currently have two icon sets: A 16x16 and a 24x24 set.  Previously,
we had been using the 16x16 set for menuitems and the 24x24 set for the
toolbar.  However it appeared that windows uses the symbol GTK_ICON_SIZE_SMALL_TOOLBAR
instead of GTK_ICON_SIZE_LARGE_TOOLBAR, which meant no icons appeared in the
toolbar.

This change sets the 24x24 set as a "wildcard" set meaning it will be used for
all purposes except menuitems.
src/ui/gui/psppire.c