Juan Lang : cryptui: Don't make certificate status control disabled.

Alexandre Julliard julliard at winehq.org
Sat Jan 10 11:16:33 CST 2009


Module: wine
Branch: master
Commit: 113cb2d31387baac3cf8b1128781ff6d6991703d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=113cb2d31387baac3cf8b1128781ff6d6991703d

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Jan  9 08:31:51 2009 -0800

cryptui: Don't make certificate status control disabled.

This allows using the scrollbar when there are lots of usages set for
the certificate.

---

 dlls/cryptui/cryptui_En.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptui/cryptui_En.rc b/dlls/cryptui/cryptui_En.rc
index ff4dc55..119eac6 100644
--- a/dlls/cryptui/cryptui_En.rc
+++ b/dlls/cryptui/cryptui_En.rc
@@ -155,7 +155,7 @@ BEGIN
     ES_READONLY|WS_DISABLED,34,11,212,26
   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,37,222,1
   CONTROL "", IDC_CERTIFICATE_STATUS,"RichEdit20W",
-    ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
+    ES_READONLY|ES_MULTILINE,8,38,238,78
   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,116,222,1
   CONTROL "", IDC_CERTIFICATE_NAMES,"RichEdit20W",
     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,118,238,90




More information about the wine-cvs mailing list