Kaynağa Gözat

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

Scott Brogden 6 yıl önce
ebeveyn
işleme
519a687d03
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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);