From 00eab2f84ee3012b06a41213239c64802ee4acf6 Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Thu, 30 Jun 2011 15:38:27 +0300 Subject: [PATCH] replace button in save dialog --- src/playlist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/playlist.c b/src/playlist.c index 1b136c6..6599fe4 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -223,7 +223,7 @@ void omnplay_playlist_save(omnplay_instance_t* app) GTK_WINDOW (app->window), GTK_FILE_CHOOSER_ACTION_SAVE, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, + GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, NULL); gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog), TRUE); -- 1.7.4.4