mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 15:44:21 +08:00
display correct device name after successful driver installation
svn path=/trunk/; revision=19102
This commit is contained in:
@@ -389,7 +389,7 @@ FinishDlgProc(
|
||||
IDC_DEVICE,
|
||||
WM_SETTEXT,
|
||||
0,
|
||||
(LPARAM) DevInstData->buffer);
|
||||
(LPARAM) DevInstData->drvInfoData.Description);
|
||||
|
||||
/* Set title font */
|
||||
SendDlgItemMessage(hwndDlg,
|
||||
|
||||
Reference in New Issue
Block a user