mirror of
https://github.com/alexkay/spek.git
synced 2025-04-13 15:27:24 +03:00
Don't silently override images
This commit is contained in:
parent
7998fed49d
commit
94c4abf486
@ -277,7 +277,7 @@ void SpekWindow::on_save(wxCommandEvent&)
|
||||
this->cur_dir,
|
||||
wxEmptyString,
|
||||
filters,
|
||||
wxFD_SAVE
|
||||
wxFD_SAVE | wxFD_OVERWRITE_PROMPT
|
||||
);
|
||||
|
||||
// Suggested name is <file_name>.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user