[SHELL32] Add missing colon in window title bar when formatting a disk. By Radek...
[reactos.git] / reactos / dll / win32 / shell32 / dialogs / drive.cpp
index 5c99f25..f74fac7 100644 (file)
@@ -316,7 +316,7 @@ InitializeFormatDriveDlg(HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext)
         }
     }
 
-    StringCchPrintfW(szText + cchText, _countof(szText) - cchText, L" (%c)", szDrive[0]);
+    StringCchPrintfW(szText + cchText, _countof(szText) - cchText, L" (%c:)", szDrive[0]);
 
     /* set window text */
     SetWindowTextW(hwndDlg, szText);