[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:
Amine Khaldi 2012-04-21 10:46:07 +00:00
parent 0c1c4c5793
commit ca75cf2a0d

View file

@ -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)