[ros-diffs] [weiden] 19647: display the device properties when double-clicking a device

weiden at svn.reactos.com weiden at svn.reactos.com
Sat Nov 26 18:08:05 CET 2005


display the device properties when double-clicking a device
Modified: trunk/reactos/lib/devmgr/hwpage.c
  _____  

Modified: trunk/reactos/lib/devmgr/hwpage.c
--- trunk/reactos/lib/devmgr/hwpage.c	2005-11-26 16:54:56 UTC (rev
19646)
+++ trunk/reactos/lib/devmgr/hwpage.c	2005-11-26 17:07:54 UTC (rev
19647)
@@ -701,6 +701,12 @@

                             }
                             break;
                         }
+
+                        case NM_DBLCLK:
+                        {
+                            DisplaySelectedDeviceProperties(hpd);
+                            break;
+                        }
                     }
                 }
                 break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051126/44fa8e61/attachment.html


More information about the Ros-diffs mailing list