s/NB:/@note; revised wxFFile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-30 23:34:30 +00:00
parent eea9220dfa
commit 1add55ae50
5 changed files with 93 additions and 39 deletions

View File

@@ -440,7 +440,7 @@ public:
/**
Returns encoding of in-memory representation of the document
(same as passed to Load() or constructor, defaults to UTF-8).
NB: this is meaningless in Unicode build where data are stored as @c wchar_t*.
@note this is meaningless in Unicode build where data are stored as @c wchar_t*.
*/
wxString GetEncoding() const;