]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
respect the encoding of the text style and not only the global control font encoding...
[wxWidgets.git] / src / common / init.cpp
index bed80097ddb95a383093fc59e483870d12a4cedc..b01d39cd9be6d3790f7a78ddb1748160f7eddf89 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/init.cpp
+// Name:        src/common/init.cpp
 // Purpose:     initialisation for the library
 // Author:      Vadim Zeitlin
 // Modified by:
 #include "wx/wxprec.h"
 
 #ifdef    __BORLANDC__
-  #pragma hdrstop
+    #pragma hdrstop
 #endif  //__BORLANDC__
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/debug.h"
     #include "wx/filefn.h"
     #include "wx/log.h"
     #include "wx/thread.h"
@@ -481,4 +480,3 @@ void wxUninitialize()
         wxEntryCleanup();
     }
 }
-