mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -134,7 +134,7 @@ ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
switch (nmh->code)
|
||||
{
|
||||
case NM_CLICK:
|
||||
case LVN_ITEMCHANGED:
|
||||
{
|
||||
lpnmitem = (LPNMITEMACTIVATE) lParam;
|
||||
if (lpnmitem->iItem > -1)
|
||||
|
||||
Reference in New Issue
Block a user