Append ellipsis to the Print menu item
It opens a dialog.
This commit is contained in:
parent
2bc9fe4f1d
commit
59b5ff7020
|
@ -150,7 +150,7 @@ static GtkActionEntry wm_action_entries[] =
|
||||||
N_("Save the current diagram with another name"),
|
N_("Save the current diagram with another name"),
|
||||||
G_CALLBACK (on_action_save_as)},
|
G_CALLBACK (on_action_save_as)},
|
||||||
|
|
||||||
{"Print", GTK_STOCK_PRINT, N_("_Print"), "<Ctrl>P",
|
{"Print", GTK_STOCK_PRINT, N_("_Print..."), "<Ctrl>P",
|
||||||
N_("Print the diagram"),
|
N_("Print the diagram"),
|
||||||
G_CALLBACK (on_action_print)},
|
G_CALLBACK (on_action_print)},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue