1
0
forked from mirrors/0ad
Files
0ad/source
Cayleb-Ordo 4536190ab4 Update Icon handling of ActorEditor
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*.
2026-01-08 11:12:24 +01:00
..
2025-12-18 18:16:11 +01:00
2026-01-03 20:30:31 +01:00
2025-12-17 13:39:17 +01:00
2026-01-01 17:27:54 +01:00
2026-01-08 11:12:24 +01:00