From 59b5ff7020bfeac6223de468697c3e89ce838950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 28 Oct 2021 20:05:31 +0200 Subject: Append ellipsis to the Print menu item It opens a dialog. --- src/ld-window-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ld-window-main.c b/src/ld-window-main.c index 9108f0f..1df9825 100644 --- a/src/ld-window-main.c +++ b/src/ld-window-main.c @@ -150,7 +150,7 @@ static GtkActionEntry wm_action_entries[] = N_("Save the current diagram with another name"), G_CALLBACK (on_action_save_as)}, - {"Print", GTK_STOCK_PRINT, N_("_Print"), "P", + {"Print", GTK_STOCK_PRINT, N_("_Print..."), "P", N_("Print the diagram"), G_CALLBACK (on_action_print)}, -- cgit v1.2.3