From 85cce6f443e922f37b9de679d03080b917fca768 Mon Sep 17 00:00:00 2001 From: north Date: Tue, 25 Mar 2008 14:37:34 +0000 Subject: [PATCH] change button names --- cmd/smyrna/topview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1