]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
Set missing Language: headers in PO files.
[wxWidgets.git] / src / msw / dc.cpp
index 494561562484bfa98f3f095003329cf0d75dfde7..779e750e0cc58b76a4547a3df5fec50251f02aa7 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -2883,7 +2882,7 @@ void wxMSWDCImpl::SetLayoutDirection(wxLayoutDirection dir)
             return;
     }
 
-    DWORD layout = GetLayout(GetHdc());
+    DWORD layout = wxMSW::GetLayout(GetHdc());
     if ( layout == GDI_ERROR )
         return;