]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/main.cpp
added wxUSE_INTL around wxLocale::GetSystemEncoding
[wxWidgets.git] / src / motif / main.cpp
index dc27c4abe98b04433d9a4889be6b67e1493f781d..e2eea40e29c74360761dd3305382b104dadc21ac 100644 (file)
@@ -13,6 +13,6 @@
 
 int main(int argc, char* argv[])
 {
-  return wxEntry(argc, argv);
+    return wxEntry(argc, argv);
 }