Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37918 | Differences between
and this patch

Collapse All | Expand All

(-)src/cycling_gui.c.orig (-5 / +5 lines)
Lines 82-92 Link Here
82
                 { N_("/_View/tear"), NULL, NULL, 0, "<Tearoff>" },
82
                 { N_("/_View/tear"), NULL, NULL, 0, "<Tearoff>" },
83
                 { N_("/_View/_Circuits"), "C", create_circuits_display_window, 0, "<Item>" },
83
                 { N_("/_View/_Circuits"), "C", create_circuits_display_window, 0, "<Item>" },
84
                 { N_("/_View/_Refresh"), "<CTRL>R", refresh_sorties_list, 0, "<StockItem>", GTK_STOCK_REFRESH },
84
                 { N_("/_View/_Refresh"), "<CTRL>R", refresh_sorties_list, 0, "<StockItem>", GTK_STOCK_REFRESH },
85
                 { N_("/_Sorties"), NULL, NULL, 0, "<Branch>" },
85
                 { N_("/_Trips"), NULL, NULL, 0, "<Branch>" },
86
                 { N_("/_Sorties/tear"), NULL, NULL, 0, "<Tearoff>" },
86
                 { N_("/_Trips/tear"), NULL, NULL, 0, "<Tearoff>" },
87
                 { N_("/_Sorties/_Add"), "A", create_add_sortie_window, 0, "<StockItem>", GTK_STOCK_ADD },
87
                 { N_("/_Trips/_Add"), "A", create_add_sortie_window, 0, "<StockItem>", GTK_STOCK_ADD },
88
                 { N_("/_Sorties/_Edit"), "E", create_add_sortie_window, 1, "<Item>" },
88
                 { N_("/_Trips/_Edit"), "E", create_add_sortie_window, 1, "<Item>" },
89
                 { N_("/_Sorties/_Display"), "D", display_sortie, 0, "<Item>" },
89
                 { N_("/_Trips/_Display"), "D", display_sortie, 0, "<Item>" },
90
                 { N_("/_Utilities"), NULL, NULL, 0, "<Branch>" },
90
                 { N_("/_Utilities"), NULL, NULL, 0, "<Branch>" },
91
                 { N_("/_Utilities/tear"), NULL, NULL, 0, "<Tearoff>" },
91
                 { N_("/_Utilities/tear"), NULL, NULL, 0, "<Tearoff>" },
92
                 { N_("/_Utilities/_Calculate Average..."), NULL, create_average_calculator_window, 0, "<Item>" },
92
                 { N_("/_Utilities/_Calculate Average..."), NULL, create_average_calculator_window, 0, "<Item>" },

Return to bug 37918