replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName(wxString&) with GetUserReadableName() and MakeNewDocumentName() which return wxStrings directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,6 +79,9 @@ Deprecated methods and their replacements
|
||||
or wxStringBufferLength instead.
|
||||
- wxDIRCTRL_SHOW_FILTERS style is deprecated, filters are alwsys shown if
|
||||
specified so this style should simply be removed
|
||||
- wxDocManager::MakeDefaultName() replaced by MakeNewDocumentName() and
|
||||
wxDocument::GetPrintableName() with GetUserReadableName() which are simpler
|
||||
to use
|
||||
|
||||
|
||||
Major new features in this release
|
||||
|
Reference in New Issue
Block a user