mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
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*. |
||
|---|---|---|
| .. | ||
| ActorEditor.cpp | ||
| ActorEditor.h | ||
| ActorEditorListCtrl.cpp | ||
| ActorEditorListCtrl.h | ||
| AnimListEditor.cpp | ||
| AnimListEditor.h | ||
| PropListEditor.cpp | ||
| PropListEditor.h | ||
| TexListEditor.cpp | ||
| TexListEditor.h | ||