replace button in save dialog
authorMaksym Veremeyenko <verem@m1stereo.tv>
Thu, 30 Jun 2011 12:38:27 +0000 (15:38 +0300)
committerMaksym Veremeyenko <verem@m1stereo.tv>
Thu, 30 Jun 2011 12:38:27 +0000 (15:38 +0300)
src/playlist.c

index 1b136c6..6599fe4 100644 (file)
@@ -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);