Accept file names with dashes in PNG-to-C converter.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:38:29 +0000 (17:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:38:29 +0000 (17:38 +0000)
commitb8502fa7c4ffd6f220f6d02ae514758ba136553d
tree47a208026803f5ebefe1b50ed6f0a911668fd061
parent242df7673d4868759710c10edde03cbe94cec527
Accept file names with dashes in PNG-to-C converter.

Tango icon files often have dashes in their names so accept them in png2c
conversion script and simply replace them with underscores to form a C
identifier for the array containing the image data.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
misc/scripts/png2c.py