HomeWildfire Games

Add help button to Atlas with a link to the Manual and bugtracker.

Description

Add help button to Atlas with a link to the Manual and bugtracker.

Differential Revision: https://code.wildfiregames.com/D794
Patch By: Vladislav

Details

Event Timeline

@vladislavbelov according to Itms it doesn't compile on wxWidgets 2.8 because of some string conversion in the macro.
The specs seem to confirm that, the wxString constructor that only receives a char array wasn't present in 2.8:
https://wiki.wxwidgets.org/Converting_everything_to_and_from_wxString#char.2A_to_wxString

(We consider dropping 2.8 support for alpha 23.)