Is it just me, or is overwriting without asking maybe not such a good behaviour for "rename project file"?
How do you rename a project-file ?
Or do you mean rename a file belonging to a project ?
Nevertheless, that shuld of course never happen without asking.
On windows it's no problem to rename a file and overwrite an existing file with it, in linux simply nothing happens.
The linux behaviour is more secure, but just doing nothing (without any message) is always not what I expect to happen in such a case.
EDIT:The different behaviour is caused by a different function-call on msw and linux.
On windows the parameter
overwrite is set to
true !!
If renaming does not work
wxBell is called, that might be the cause,that I did not get any message, because I normally turned off all system-sounds.