From: Maksym Veremeyenko Date: Thu, 30 Jun 2011 12:38:27 +0000 (+0300) Subject: replace button in save dialog X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=00eab2f84ee3012b06a41213239c64802ee4acf6;p=melted_gui replace button in save dialog --- 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);