From: north Date: Tue, 25 Mar 2008 14:37:34 +0000 (+0000) Subject: change button names X-Git-Tag: LAST_LIBGRAPH~32^2~4447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85cce6f443e922f37b9de679d03080b917fca768;p=graphviz change button names --- diff --git a/cmd/smyrna/topview.c b/cmd/smyrna/topview.c index 7d743f9fd..dbf7544f3 100755 --- a/cmd/smyrna/topview.c +++ b/cmd/smyrna/topview.c @@ -986,14 +986,14 @@ glCompSet *glcreate_gl_topview_menu() p->data = 0; glCompSetAddPanel(s, p); - b = glCompButtonNew(5, 7, 75, 25, "CONTROL", '\0', 0, 0); + b = glCompButtonNew(5, 7, 75, 25, "BROWSE", '\0', 0, 0); b->panel = p; b->groupid = 1; b->customptr = view; glCompSetAddButton(s, b); b->callbackfunc = menu_click_control; - b = glCompButtonNew(85, 7, 75, 25, "DATA", '\0', 0, 0); + b = glCompButtonNew(85, 7, 75, 25, "SHOW", '\0', 0, 0); b->panel = p; b->customptr = view; b->groupid = 1;