Home
last modified time | relevance | path

Searched refs:msg_gmpSetup (Results 1 – 3 of 3) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h107 extern const char msg_gmpSetup[];
H A Dmsg.c256 const char msg_gmpSetup[] = "Go Modem Protocol Setup"; variable
/dports/games/cgoban/cgoban-1.9.14/src/gmp/
H A Dsetup.c83 gs->title = butText_create(gs->win, 1, BUT_DRAWABLE, msg_gmpSetup, in gmpSetup_create()