Changeset 95
- Timestamp:
- 04/20/06 09:13:16 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.cxx
r94 r95 103 103 G_CALLBACK (main_window_go_to_first_page_cb) }, 104 104 105 { "GoToNextPage", GTK_STOCK_GO_FORWARD, N_("_Next Page"), " <control>Page_Down",105 { "GoToNextPage", GTK_STOCK_GO_FORWARD, N_("_Next Page"), "Page_Down", 106 106 N_("Go to the next page"), 107 107 G_CALLBACK (main_window_go_to_next_page_cb) }, 108 108 109 { "GoToPreviousPage", GTK_STOCK_GO_BACK, N_("_Previous Page"), " <control>Page_Up",109 { "GoToPreviousPage", GTK_STOCK_GO_BACK, N_("_Previous Page"), "Page_Up", 110 110 N_("Go to the previous page"), 111 111 G_CALLBACK (main_window_go_to_previous_page_cb) },
