X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fplaylist.c;h=6599fe435962d0d9caffda829bc772edddbf4683;hb=00eab2f84ee3012b06a41213239c64802ee4acf6;hp=1b136c6729a8a35e8669be84b7a1b26f5503824e;hpb=90d47169af231ca20a49584cae0e1f5fa6f93a9e;p=omnplay 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);