diff dwt/accessibility/AccessibleFactory.d @ 259:c0d810de7093

Update SWT 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 29 Jun 2008 14:33:38 +0200
parents 5a30aa9820f3
children 4bffbf81e2d6
line wrap: on
line diff
--- a/dwt/accessibility/AccessibleFactory.d	Tue Jun 24 22:12:18 2008 +0200
+++ b/dwt/accessibility/AccessibleFactory.d	Sun Jun 29 14:33:38 2008 +0200
@@ -167,7 +167,7 @@
             listeners [i].getRole (event);
         }
         bool action = false, hypertext = false, selection = false, text = false;
-        if (event.detail !is 0) {   /* a role was specified */
+        if (event.detail !is 0) {    /* a role was specified */
             for (int i = 0; i < actionRoles.length; i++) {
                 if (event.detail is actionRoles [i]) {
                     action = true;