Changeset 184

Show
Ignore:
Timestamp:
05/13/06 16:42:36 (2 years ago)
Author:
jordi
Message:

The Show Index option's accelerator key is now F9 to follow Gnome HIG.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/gtk/MainView.cxx

    r164 r184  
    135135      N_("Show or hide the statusbar"), 
    136136      G_CALLBACK (main_window_show_statusbar_cb), TRUE }, 
    137     { "ShowIndex", NULL, N_("Show I_ndex"), "<control>I", 
     137    { "ShowIndex", NULL, N_("Show I_ndex"), "F9", 
    138138      N_("Show or hide the document's outline"), 
    139139      G_CALLBACK (main_window_show_index_cb), FALSE },