mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 04:08:29 +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
|
static VOID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue