Also allow printing in filter mode

This commit is contained in:
Pierre Pronchery 2015-06-11 10:40:12 -04:00
parent 68a0e805a6
commit 4c54f7d921

View File

@ -151,7 +151,10 @@ static const DesktopMenu _editor_menu_file_filter[] =
{ N_("_Save"), G_CALLBACK(on_file_save), GTK_STOCK_SAVE,
GDK_CONTROL_MASK, GDK_KEY_S },
{ "", NULL, NULL, 0, 0 },
{ N_("_Properties"), G_CALLBACK(on_file_properties),
{ N_("_Print"), G_CALLBACK(on_file_print),
GTK_STOCK_PRINT, GDK_CONTROL_MASK, GDK_KEY_P },
{ "", NULL, NULL, 0, 0 },
{ N_("Pr_operties"), G_CALLBACK(on_file_properties),
GTK_STOCK_PROPERTIES, GDK_MOD1_MASK, GDK_KEY_Return },
{ "", NULL, NULL, 0, 0 },
{ N_("_Close"), G_CALLBACK(on_file_close), GTK_STOCK_CLOSE, 0, 0 },