[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: x_menus.nw



  User: ahvezda 
  Date: 05/02/20 19:54:01

  Modified:    .        x_menus.nw
  Log:
  Applied part of a usability patch to the right mouse pop-up menu.
  
  
  
  
  Revision  Changes    Path
  1.24      +5 -5      eda/geda/devel/gschem/noweb/x_menus.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_menus.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/x_menus.nw,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- x_menus.nw	4 Feb 2005 22:40:55 -0000	1.23
  +++ x_menus.nw	21 Feb 2005 00:54:00 -0000	1.24
  @@ -69,11 +69,11 @@
   /*   These are the items which appear upon clicking the right mouse button. */
   <<x_menus.c : popup menu items>>=
   static GtkItemFactoryEntry popup_items[] = {
  -  {"/Net", 		NULL, i_callback_add_net, 0, NULL},
  -  {"/Attribute...", 	NULL, i_callback_add_attribute, 0, NULL},
  -  {"/Component...", 	NULL, i_callback_add_component, 0, NULL},
  -  {"/Bus", 		NULL, i_callback_add_bus, 0, NULL},
  -  {"/Text", 		NULL, i_callback_add_text, 0, NULL},
  +  {"/Add Net", 		NULL, i_callback_add_net, 0, NULL},
  +  {"/Add Attribute...", 	NULL, i_callback_add_attribute, 0, NULL},
  +  {"/Add Component...", 	NULL, i_callback_add_component, 0, NULL},
  +  {"/Add Bus", 		NULL, i_callback_add_bus, 0, NULL},
  +  {"/Add Text", 		NULL, i_callback_add_text, 0, NULL},
     {"/sep1", NULL, NULL, 0, "<Separator>"},
     {"/Zoom In",            NULL, i_callback_view_zoom_in, 0, NULL},
     {"/Zoom Out",           NULL, i_callback_view_zoom_out, 0, NULL},