mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +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,
|
IDC_DEVICE,
|
||||||
WM_SETTEXT,
|
WM_SETTEXT,
|
||||||
0,
|
0,
|
||||||
(LPARAM) DevInstData->buffer);
|
(LPARAM) DevInstData->drvInfoData.Description);
|
||||||
|
|
||||||
/* Set title font */
|
/* Set title font */
|
||||||
SendDlgItemMessage(hwndDlg,
|
SendDlgItemMessage(hwndDlg,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue