mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
testfilechooser: Say Save
Thats a more typical affirmative action in save mode.
This commit is contained in:
parent
6f194564ff
commit
c514d1dd5e
@ -599,7 +599,7 @@ main (int argc, char **argv)
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), "Save a file");
|
||||
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
|
||||
_("_Cancel"), GTK_RESPONSE_CANCEL,
|
||||
_("_Open"), GTK_RESPONSE_OK,
|
||||
_("_Save"), GTK_RESPONSE_OK,
|
||||
NULL);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user