diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-28 20:05:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-28 20:05:31 +0200 |
commit | 59b5ff7020bfeac6223de468697c3e89ce838950 (patch) | |
tree | 816bf1071a366415eacb246a94bfab3e13c0cb12 /src | |
parent | 2bc9fe4f1dca8f5cfe82408961b81b8d9b03e1f1 (diff) | |
download | logdiag-59b5ff7020bfeac6223de468697c3e89ce838950.tar.gz logdiag-59b5ff7020bfeac6223de468697c3e89ce838950.tar.xz logdiag-59b5ff7020bfeac6223de468697c3e89ce838950.zip |
Append ellipsis to the Print menu item
It opens a dialog.
Diffstat (limited to 'src')
-rw-r--r-- | src/ld-window-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), "<Ctrl>P", + {"Print", GTK_STOCK_PRINT, N_("_Print..."), "<Ctrl>P", N_("Print the diagram"), G_CALLBACK (on_action_print)}, |