mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
[SHELL32]
- Add colon after driver letter in Check Disk dialog title. Patch by Barrett Karish CORE-9583 #resolve svn path=/trunk/; revision=67342
This commit is contained in:
parent
3ced4390c5
commit
c120a9cf67
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ GetDriveNameWithLetter(LPWSTR pwszText, UINT cchTextMax, LPCWSTR pwszDrive)
|
|||
}
|
||||
}
|
||||
|
||||
StringCchPrintfW(pwszText + cchText, cchTextMax - cchText, L" (%c)", pwszDrive[0]);
|
||||
StringCchPrintfW(pwszText + cchText, cchTextMax - cchText, L" (%c:)", pwszDrive[0]);
|
||||
}
|
||||
|
||||
static VOID
|
||||
|
|
Loading…
Reference in a new issue