Home
last modified time | relevance | path

Searched refs:ID_HELP_LAYER (Results 1 – 2 of 2) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.h381 ID_HELP_LAYER, enumerator
H A Dwxmain.cpp1459 case ID_HELP_LAYER: ShowHelp(_("Help/layer.html")); break; in BEGIN_EVENT_TABLE()
2329 helpMenu->Append(ID_HELP_LAYER, _("Layer Menu")); in CreateMenus()