]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/displayx11.cpp
fixing and completing iPhone sound
[wxWidgets.git] / src / unix / displayx11.cpp
index 0aafee0a544be3e7ef84f1eb28896ba6311eb8c3..7e0b469080a817de09325480ce98bdf8d0bdc6fb 100644 (file)
@@ -366,7 +366,7 @@ private:
 void wxClientDisplayRect(int *x, int *y, int *width, int *height)
 {
     Display * const dpy = wxGetX11Display();
-    wxCHECK_RET( dpy, _T("can't be called before initializing the GUI") );
+    wxCHECK_RET( dpy, wxT("can't be called before initializing the GUI") );
 
     const Atom atomWorkArea = XInternAtom(dpy, "_NET_WORKAREA", True);
     if ( atomWorkArea )
@@ -402,7 +402,7 @@ void wxClientDisplayRect(int *x, int *y, int *width, int *height)
                     format != 32 ||
                         numItems != 4 )
             {
-                wxLogDebug(_T("XGetWindowProperty(\"_NET_WORKAREA\") failed"));
+                wxLogDebug(wxT("XGetWindowProperty(\"_NET_WORKAREA\") failed"));
                 return;
             }