[SHELL32]
authorThomas Faber <thomas.faber@reactos.org>
Wed, 22 Apr 2015 07:23:49 +0000 (07:23 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Wed, 22 Apr 2015 07:23:49 +0000 (07:23 +0000)
- Add colon after driver letter in Check Disk dialog title. Patch by Barrett Karish
CORE-9583 #resolve

svn path=/trunk/; revision=67342

reactos/dll/win32/shell32/dialogs/drvdefext.cpp

index 954daf3..01dcc75 100644 (file)
@@ -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