From 4c1e16c0772faaf074c19e278d569d70f5951827 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Tue, 24 Feb 2015 14:04:12 +0000 Subject: Partially fix usage of APIs deprecated in GTK3. --- gtk/history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/history.c') diff --git a/gtk/history.c b/gtk/history.c index 2cf1438d4..f0fb5f842 100644 --- a/gtk/history.c +++ b/gtk/history.c @@ -171,8 +171,8 @@ MENUHANDLER(export) save_dialog = gtk_file_chooser_dialog_new("Save File", wndHistory, GTK_FILE_CHOOSER_ACTION_SAVE, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, + "_Cancel", GTK_RESPONSE_CANCEL, + "_Save", GTK_RESPONSE_ACCEPT, NULL); gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(save_dialog), -- cgit v1.2.3