mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
[MSCONFIG]
* Correctly update the selected command line text. Patch by Edijs Kolesnikovics. See issue #6963 for more details. svn path=/trunk/; revision=56381
This commit is contained in:
parent
0c1c4c5793
commit
ca75cf2a0d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
switch (nmh->code)
|
switch (nmh->code)
|
||||||
{
|
{
|
||||||
case NM_CLICK:
|
case LVN_ITEMCHANGED:
|
||||||
{
|
{
|
||||||
lpnmitem = (LPNMITEMACTIVATE) lParam;
|
lpnmitem = (LPNMITEMACTIVATE) lParam;
|
||||||
if (lpnmitem->iItem > -1)
|
if (lpnmitem->iItem > -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue