javauis/lcdui_qt/src/javax/microedition/lcdui/Command.java
changeset 61 bf7ee68962da
parent 23 98ccebc37403
--- a/javauis/lcdui_qt/src/javax/microedition/lcdui/Command.java	Tue Jul 06 14:10:26 2010 +0300
+++ b/javauis/lcdui_qt/src/javax/microedition/lcdui/Command.java	Wed Aug 18 09:43:15 2010 +0300
@@ -132,11 +132,7 @@
         this.shortLabel = shortLabel;
         this.longLabel = longLabel;
         this.priority = priority;
-
-        if(EMPTY_STRING.equals(this.shortLabel))
-        {
-            this.shortLabel = getDefaultLabel(this.type);
-        }
+        
     }
 
     /**