]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface_win32.cpp
Qt sprefs, cleaning of Audio and Interface parts
[vlc] / modules / gui / qt4 / main_interface_win32.cpp
index 970cd9d90fee1904ed64c8eae0455614922ceab8..1816353c1da1717532419b8f4696331bc3acd4d1 100644 (file)
@@ -89,7 +89,7 @@ void MainInterface::createTaskBarButtons()
 
         if(himl = ImageList_Create( 20, //cx
                         20, //cy
-                        ILC_COLOR,//flags
+                        ILC_COLOR32,//flags
                         4,//initial nb of images
                         0//nb of images that can be added
                         ))