Changeset 185
- Timestamp:
- 05/13/06 17:31:10 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
data/epdfview-ui.xml (modified) (1 diff)
-
src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/epdfview-ui.xml
r159 r185 45 45 <toolitem name="ZoomWidth" action="ZoomWidth"/> 46 46 </toolbar> 47 48 <accelerator name="SlashAccelerator" action="Slash"/> 47 49 </ui> -
trunk/src/gtk/MainView.cxx
r184 r185 124 124 { "About", GTK_STOCK_ABOUT, N_("_About"), NULL, 125 125 N_("Display application's credits"), 126 G_CALLBACK (main_window_about_box_cb) } 126 G_CALLBACK (main_window_about_box_cb) }, 127 128 // Accelerator keys. 129 { "Slash", GTK_STOCK_FIND, NULL, "slash", NULL, 130 G_CALLBACK (main_window_find_cb) } 127 131 }; 128 132
