Show
Ignore:
Timestamp:
04/20/06 09:13:16 (3 years ago)
Author:
jordi
Message:

Going to the next/previous page only takes a key (Page Up/Page Down) instead of two (Control-Page Up / Control-Page Down).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.cxx

    r94 r95  
    103103      G_CALLBACK (main_window_go_to_first_page_cb) }, 
    104104 
    105     { "GoToNextPage", GTK_STOCK_GO_FORWARD, N_("_Next Page"), "<control>Page_Down",  
     105    { "GoToNextPage", GTK_STOCK_GO_FORWARD, N_("_Next Page"), "Page_Down",  
    106106      N_("Go to the next page"),  
    107107      G_CALLBACK (main_window_go_to_next_page_cb) }, 
    108108 
    109     { "GoToPreviousPage", GTK_STOCK_GO_BACK, N_("_Previous Page"), "<control>Page_Up",  
     109    { "GoToPreviousPage", GTK_STOCK_GO_BACK, N_("_Previous Page"), "Page_Up",  
    110110      N_("Go to the previous page"), 
    111111      G_CALLBACK (main_window_go_to_previous_page_cb) },