mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Set an appropriate title on the folder selection dialog for print-to-file
This commit is contained in:
parent
556531b16f
commit
fc1450d55d
@ -792,7 +792,7 @@ construct_widgets (GtkPrinterOptionWidget *widget)
|
||||
|
||||
/* TODO: make this a gtkfilechooserentry once we move to GTK */
|
||||
priv->entry = gtk_entry_new ();
|
||||
priv->combo = gtk_file_chooser_button_new (source->display_text,
|
||||
priv->combo = gtk_file_chooser_button_new (_("Select a folder"),
|
||||
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER);
|
||||
|
||||
g_object_set (priv->combo, "local-only", FALSE, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user