Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -141,7 +141,8 @@ void AutoCaptureMechanism::Save(wxBitmap* screenshot, const wxString& fileName)
|
||||
if (!wxDirExists(default_dir))
|
||||
wxMkdir(default_dir);
|
||||
|
||||
wxFileName fullFileName(default_dir, fileName + ".png");
|
||||
wxFileName fullFileName(default_dir, "appear-" + fileName +
|
||||
"-" + wxPlatformInfo::Get().GetPortIdShortName() + ".png");
|
||||
|
||||
// do not overwrite already existing files with this name
|
||||
while (fullFileName.FileExists())
|
||||
|
Reference in New Issue
Block a user