Explorar o código

only time formats go off of system formats now, don't format doubles locally

Scott Brogden %!s(int64=7) %!d(string=hai) anos
pai
achega
519a687d03
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      CP_Main.cpp

+ 0 - 3
CP_Main.cpp

@@ -160,9 +160,6 @@ BOOL CCP_MainApp::InitInstance()
 
 	LoadLibrary(TEXT("MSFTEDIT.DLL"));
 
-	setlocale(LC_COLLATE, ".OCP"); // sets the sort order
-	setlocale(LC_MONETARY, ".OCP"); // sets the currency formatting rules
-	setlocale(LC_NUMERIC, ".OCP"); // sets the formatting of numerals
 	setlocale(LC_TIME, ".OCP"); // defines the date/time formatting
 
 	//MessageBox(NULL, _T("ditto starting"), _T("d"), MB_OK);