summaryrefslogtreecommitdiff
path: root/gtk/history.c
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2015-02-24 14:04:12 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2015-02-24 14:13:58 +0000
commit4c1e16c0772faaf074c19e278d569d70f5951827 (patch)
tree52f81bdd5d62a31b0b39123825feb75c21e3a2b4 /gtk/history.c
parent5f0964fa0936764a1b9ba692f8f33086e280c0c3 (diff)
downloadnetsurf-jmb/gtk3hacks.tar.gz
netsurf-jmb/gtk3hacks.tar.bz2
Partially fix usage of APIs deprecated in GTK3.jmb/gtk3hacks
Diffstat (limited to 'gtk/history.c')
-rw-r--r--gtk/history.c4
1 files changed, 2 insertions, 2 deletions
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),