]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Don't hardcode wxPreviewControlBar size in print preview code.
[wxWidgets.git] / src / generic / logg.cpp
index 67fee0d39c4d184c2a75522274338ef6f40e5d95..4cbdd3623517913b942af472ba91a59ab154fa5c 100644 (file)
@@ -834,7 +834,7 @@ void wxLogDialog::CreateDetailsControls(wxWindow *parent)
     wxImageList *imageList = new wxImageList(ICON_SIZE, ICON_SIZE);
 
     // order should be the same as in the switch below!
-    static const wxChar* const icons[] =
+    static const char* const icons[] =
     {
         wxART_ERROR,
         wxART_WARNING,