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

@@ -32,7 +32,7 @@
If GNOME or KDE desktop environment is installed, then wxMimeTypesManager
gathers MIME information from respective files (e.g. .kdelnk files under KDE).
NB: Currently, wxMimeTypesManager is limited to reading MIME type information
@note Currently, wxMimeTypesManager is limited to reading MIME type information
but it will support modifying it as well in future versions.
@library{wxbase}
@@ -63,7 +63,7 @@ public:
void AddFallbacks(const wxFileTypeInfo* fallbacks);
/**
NB: You won't normally need to use more than one wxMimeTypesManager object in a
@note You won't normally need to use more than one wxMimeTypesManager object in a
program.
@ref ctor() wxMimeTypesManager