Don't silently override images

This commit is contained in:
Alexander Kojevnikov 2014-01-15 17:46:24 -08:00
parent 7998fed49d
commit 94c4abf486

View File

@ -277,7 +277,7 @@ void SpekWindow::on_save(wxCommandEvent&)
this->cur_dir, this->cur_dir,
wxEmptyString, wxEmptyString,
filters, filters,
wxFD_SAVE wxFD_SAVE | wxFD_OVERWRITE_PROMPT
); );
// Suggested name is <file_name>.png // Suggested name is <file_name>.png