< prev index next >

src/share/classes/javax/accessibility/AccessibleAction.java

Print this page
rev 1499 : 8009168: accessibility.properties syntax issue
Reviewed-by: ptbrunet, mfang, alexsch

@@ -52,11 +52,11 @@
      * An action which causes a tree node to
      * collapse if expanded and expand if collapsed.
      * @since 1.5
      */
     public static final String TOGGLE_EXPAND =
-        new String ("toggle expand");
+        new String ("toggleexpand");
 
     /**
      * An action which increments a value.
      * @since 1.5
      */
< prev index next >