reactos/base
Kyle Katarn 15a0f7adb0
[TASKMGR] Fix number formatting to respect NLS Number format settings (#4657)
TaskMgr currently does not respect local NLS settings and forces 3 digits + comma (US convention) formatting.
Fix this with a direct reuse of SH_FormatInteger() as already implemented in other places
(dll/win32/shell32/dialogs/filedefext.cpp ...)

- Removal of CommaSeparateNumberString() and replace with SH_FormatInteger().
- PerfDataGetText(): Use a switch structure.  Return TRUE iftext could be retrieved; FALSE if not.

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
2022-09-04 19:10:11 +02:00
..
applications [TASKMGR] Fix number formatting to respect NLS Number format settings (#4657) 2022-09-04 19:10:11 +02:00
services [SECLOGON][ADVAPI] CreateProcessWithLogonW: Return process information to the caller 2022-07-24 01:08:13 +02:00
setup [SETUP] Don't default to MP builds, when KDBG is enabled 2022-07-20 23:57:42 +02:00
shell [TRANSLATION] French translation update (#4638) 2022-09-03 23:12:29 +02:00
system [TRANSLATION] French translation update (#4638) 2022-09-03 23:12:29 +02:00
CMakeLists.txt