]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/render.cpp
define wxCONTROL_SIZEGRIP as another possible interpretation of wxCONTROL_SPECIAL bit
[wxWidgets.git] / samples / render / render.cpp
index 5d8a38081fdfd1eb2cdbea7ae32ea9ac7ec7ba93..b5e32b2c6a69048a89256a91f95ebe2e1ef9b24b 100644 (file)
@@ -34,6 +34,7 @@
     #include "wx/textdlg.h"
     #include "wx/log.h"
     #include "wx/msgdlg.h"
+    #include "wx/icon.h"
 #endif
 
 #include "wx/apptrait.h"
@@ -313,7 +314,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxMessageBox(_T("Render sample shows how to use custom renderers.\n")
                  _T("\n")
-                 _T("© 2003 Vadim Zeitlin"),
+                 _T("(c) 2003 Vadim Zeitlin"),
                  _T("About Render wxWidgets Sample"),
                  wxOK | wxICON_INFORMATION, this);
 }