mirror of
https://github.com/alexkay/spek.git
synced 2025-06-02 16:40:59 +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,
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user