Added a Help->Contents menu

This commit is contained in:
Pierre Pronchery 2012-06-22 22:23:02 +00:00
parent 7b07df6d14
commit fc35803b67

View File

@ -193,6 +193,8 @@ static const DesktopMenu _menu_view[] =
static const DesktopMenu _menu_help[] = static const DesktopMenu _menu_help[] =
{ {
{ N_("_Contents"), G_CALLBACK(on_help_contents), "help-contents",
0, GDK_KEY_F1 },
{ N_("_About"), G_CALLBACK(on_help_about), { N_("_About"), G_CALLBACK(on_help_about),
#if GTK_CHECK_VERSION(2, 6, 0) #if GTK_CHECK_VERSION(2, 6, 0)
GTK_STOCK_ABOUT, 0, 0 }, GTK_STOCK_ABOUT, 0, 0 },