Searched refs:button_text (Results 1 – 1 of 1) sorted by relevance
1808 const char *button_text = "[New]"; in DrawNewButton() local1809 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()1815 surface.PutCString(button_text); in DrawNewButton()