]> granicus.if.org Git - graphviz/commitdiff
change button names
authornorth <devnull@localhost>
Tue, 25 Mar 2008 14:37:34 +0000 (14:37 +0000)
committernorth <devnull@localhost>
Tue, 25 Mar 2008 14:37:34 +0000 (14:37 +0000)
cmd/smyrna/topview.c

index 7d743f9fd0e5d38cc011bc8da37c8a28ea293ecb..dbf7544f39240d590a92ce821b0bd0adfba717b5 100755 (executable)
@@ -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;