mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-29 04:44:40 +00:00
4536190ab4
Previously on non Windows Platforms the Programm would not get its icon, as the *.rc is not used on e.g. Linux. Use an xpm File for non Windows Platforms. Use the convenience macro from wxWidgets to load the icon in a single call. The icon was converted using GIMP 3.0.6. To avoid `-Wwrite-strings` the static char* was converted to a const char*.