Diff of /trunk/src/main.c

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

revision 273 by harbaum, Thu Aug 27 15:18:06 2009 UTC revision 274 by harbaum, Thu Aug 27 19:35:55 2009 UTC
# Line 769  void menu_create(appdata_t *appdata) { Line 769  void menu_create(appdata_t *appdata) {
769      0, 0, TRUE, FALSE, FALSE      0, 0, TRUE, FALSE, FALSE
770    );    );
771    
   gtk_menu_shell_append(GTK_MENU_SHELL(submenu), gtk_separator_menu_item_new());  
   
772    /* -------------------- map submenu -------------------- */    /* -------------------- map submenu -------------------- */
773    
774    appdata->submenu_map = item = gtk_menu_item_new_with_mnemonic( _("_Map") );    appdata->submenu_map = item = gtk_menu_item_new_with_mnemonic( _("_Map") );

Legend:
Removed from v.273  
changed lines
  Added in v.274