forked from mirrors/0ad
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*.