Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h89 extern const char msg_printGame[], msg_noSuchGame[], msg_reallyQuit[];
H A Dmsg.c201 const char msg_printGame[] = "Print Game"; variable
H A DeditBoard.c223 butCt_setText(eb->goban->edit, msg_printGame); in createSgf()