]> source.dussan.org Git - vaadin-framework.git/commitdiff
CNTRL -> CTRL
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 29 Mar 2007 11:51:27 +0000 (11:51 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 29 Mar 2007 11:51:27 +0000 (11:51 +0000)
svn changeset:1042/svn branch:trunk

src/com/itmill/toolkit/event/ShortcutAction.java

index 9663cf9c71f8796b680ea4e4609d01164e83bdad..9b242ab74d273a4828c0d44f81a1ce2433dc9a65 100644 (file)
@@ -94,7 +94,7 @@ public class ShortcutAction extends Action {
         */
        public interface ModifierKey {
                public static final int SHIFT = 16;
-               public static final int CNTRL = 17;
+               public static final int CTRL = 17;
                public static final int ALT = 18;
        }
 }