Mention wxMessageOutput in changes.txt

wxMessageOutputLog now available in all ports


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-08-03 23:30:55 +00:00
parent 7372fd0a3c
commit ef357cdac2
3 changed files with 5 additions and 11 deletions

View File

@@ -58,10 +58,8 @@ public:
virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2;
};
#ifdef __WXMOTIF__
#endif // wxUSE_GUI
// use wxLog; this is only required for wxMotif, so we put this code
// inside wxUSE_GUI; it will work even without GUI
class WXDLLEXPORT wxMessageOutputLog : public wxMessageOutput
{
public:
@@ -70,9 +68,5 @@ public:
virtual void Printf(const wxChar* format, ...) ATTRIBUTE_PRINTF_2;
};
#endif // __WXMOTIF__
#endif // wxUSE_GUI
#endif
// _WX_MSGOUT_H_