window: add ellipsis to dialogs

This makes the title more closely match the menu items.
This commit is contained in:
Christian Hergert
2018-09-24 20:59:23 -07:00
parent bf1472b009
commit 1d10c90aba

View File

@ -592,7 +592,7 @@ sp_window_save_capture (GSimpleAction *action,
reader = sp_capture_reader_ref (self->reader);
dialog = gtk_file_chooser_native_new (_("Save Capture As"),
dialog = gtk_file_chooser_native_new (_("Save Capture As"),
GTK_WINDOW (self),
GTK_FILE_CHOOSER_ACTION_SAVE,
_("Save"),
@ -1005,7 +1005,7 @@ sp_window_open_from_dialog (SpWindow *self)
g_assert (SP_IS_WINDOW (self));
dialog = gtk_file_chooser_native_new (_("Open Capture"),
dialog = gtk_file_chooser_native_new (_("Open Capture"),
GTK_WINDOW (self),
GTK_FILE_CHOOSER_ACTION_OPEN,
_("Open"),