Replace open by save button in the export dialog.

The interface.c was retabbed before to remove existing tabs and replace
them with spaces.
This commit is contained in:
Roman Joost 2009-06-28 15:34:42 +10:00
parent e0fddee128
commit 46ad0f6c2a
1 changed files with 36 additions and 36 deletions

View File

@ -590,7 +590,7 @@ file_export_dialog (GtkWidget *parent,
GTK_FILE_CHOOSER_ACTION_SAVE, GTK_FILE_CHOOSER_ACTION_SAVE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OPEN, GTK_RESPONSE_OK, GTK_STOCK_SAVE, GTK_RESPONSE_OK,
NULL); NULL);