From 1b20db4f1918af857688d0431a460bb808a5e5b0 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 25 Nov 2002 21:10:23 +0000 Subject: [PATCH] Added CS_DBLCLKS style to dialog window class. --- windows/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/dialog.c b/windows/dialog.c index 13e4806c57e..3a8517a3b3b 100644 --- a/windows/dialog.c +++ b/windows/dialog.c @@ -102,7 +102,7 @@ static WORD xBaseUnit = 0, yBaseUnit = 0; const struct builtin_class_descr DIALOG_builtin_class = { DIALOG_CLASS_ATOM, /* name */ - CS_GLOBALCLASS | CS_SAVEBITS, /* style */ + CS_GLOBALCLASS | CS_SAVEBITS | CS_DBLCLKS, /* style */ DefDlgProcA, /* procA */ DefDlgProcW, /* procW */ DLGWINDOWEXTRA, /* extra */