/[antiright]/antiright/src/arshell/menubar.c
ViewVC logotype

Diff of /antiright/src/arshell/menubar.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by jefbed, Sat Jun 25 06:13:36 2005 UTC revision 1.13 by jefbed, Sat Jul 16 23:52:03 2005 UTC
# Line 89  arshell_add_button_to_view_menu(int* cou Line 89  arshell_add_button_to_view_menu(int* cou
89  {  {
90          Widget button;          Widget button;
91    (*counter_int)++;    (*counter_int)++;
92    button=arshell_optioned_button(arshell.gui.menubar.file_widget,    button=arshell_optioned_button(arshell.gui.menubar.view_widget,
93                            arshell_system_cb,                            arshell_system_cb,
94                            argv[(*counter_int)]);                            argv[(*counter_int)]);
95    arshell_align_left(button);    arshell_align_left(button);
# Line 99  arshell_add_button_to_help_menu(int *cou Line 99  arshell_add_button_to_help_menu(int *cou
99  {  {
100          Widget button;          Widget button;
101    (*counter_int)++;    (*counter_int)++;
102    button=arshell_optioned_button(arshell.gui.menubar.file_widget,    button=arshell_optioned_button(arshell.gui.menubar.help_widget,
103                            arshell_system_cb,                            arshell_system_cb,
104                            argv[(*counter_int)]);                            argv[(*counter_int)]);
105          arshell_align_left(button);          arshell_align_left(button);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26