]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/busyinfo.cpp
Unicode compilation fixes
[wxWidgets.git] / src / generic / busyinfo.cpp
index d446750d64a8cc7322a105a6666580df6f6a2dde..be101dcf52f5dc86ffca7a01b1d6a4f03f6d052b 100644 (file)
@@ -25,7 +25,7 @@
 
 
 wxInfoFrame::wxInfoFrame(wxWindow *parent, const wxString& message)
-    : wxFrame(parent, -1, "", wxPoint(0, 0), wxSize(400, 80), wxTHICK_FRAME | wxSIMPLE_BORDER | wxFRAME_TOOL_WINDOW)
+    : wxFrame(parent, -1, wxT(""), wxPoint(0, 0), wxSize(400, 80), wxTHICK_FRAME | wxSIMPLE_BORDER | wxFRAME_TOOL_WINDOW)
 {
     wxPanel *p = new wxPanel( this );
     wxStaticText *s = new wxStaticText( p, -1, message, wxPoint(20, 20), wxSize(360, 40), wxALIGN_CENTER );
@@ -51,4 +51,5 @@ wxBusyInfo::~wxBusyInfo()
 }
 
 #endif
-  // wxUSE_BUSYINFO
\ No newline at end of file
+  // wxUSE_BUSYINFO
+