mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
display correct device name after successful driver installation
svn path=/trunk/; revision=19102
This commit is contained in:
parent
7091f1a9cb
commit
2b1eb3ce49
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ FinishDlgProc(
|
|||
IDC_DEVICE,
|
||||
WM_SETTEXT,
|
||||
0,
|
||||
(LPARAM) DevInstData->buffer);
|
||||
(LPARAM) DevInstData->drvInfoData.Description);
|
||||
|
||||
/* Set title font */
|
||||
SendDlgItemMessage(hwndDlg,
|
||||
|
|
Loading…
Reference in a new issue