X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34a9a3528fe866f050d2570080c43a501d45fffc..5737bab736a5699b6393c1d190c0cbb5df8a1af7:/interface/wx/filectrl.h diff --git a/interface/wx/filectrl.h b/interface/wx/filectrl.h index 03da7c8557..f4c120eccb 100644 --- a/interface/wx/filectrl.h +++ b/interface/wx/filectrl.h @@ -57,7 +57,7 @@ enum @library{wxcore} @category{ctrl} - @appearance{filectrl.png} + @appearance{filectrl} @nativeimpl{wxgtk} @@ -118,7 +118,7 @@ public: const wxString& name = wxFileCtrlNameStr); /** - Returns the current directory of the file control (i.e. the directory shown by it). + Returns the current directory of the file control (i.e.\ the directory shown by it). */ virtual wxString GetDirectory() const; @@ -230,7 +230,7 @@ wxEventType wxEVT_FILECTRL_FILTERCHANGED; The current file filter of the file control has been changed @endEventTable - @library{wxbase} + @library{wxcore} @category{events} */ class wxFileCtrlEvent : public wxCommandEvent