* gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
of save.
This commit is contained in:
parent
a93563fdf6
commit
8cfd0f3669
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
|
||||
of save.
|
||||
|
||||
2004-11-02 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* window.c (Fscroll_right): Fix last change.
|
||||
|
|
|
@ -1167,7 +1167,7 @@ xg_get_file_with_chooser (f, prompt, default_filename, mustmatch_p, only_dir_p)
|
|||
filewin = gtk_file_chooser_dialog_new (prompt, gwin, action,
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
(mustmatch_p || only_dir_p ?
|
||||
GTK_STOCK_OPEN : GTK_STOCK_SAVE),
|
||||
GTK_STOCK_OPEN : GTK_STOCK_OK),
|
||||
GTK_RESPONSE_OK,
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue