[Title] Fixed LocaleDialog label
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Mon, 23 Sep 2013 01:44:28 +0000 (10:44 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Mon, 23 Sep 2013 01:46:20 +0000 (10:46 +0900)
[Desc.]
[Issue] N_SE-52318

Change-Id: Ic0dc8c25cdc0c88202fe86f642e5b88e3a6c31b7

org.tizen.common/src/org/tizen/common/ui/dialog/LocaleDialog.java

index b536a5c..4e485f8 100644 (file)
@@ -134,7 +134,7 @@ public class LocaleDialog extends SelectionStatusDialog {
     }
 
     public LocaleDialog( Shell parentShell, HashMap<String, String> locales ) {
-        this( parentShell, "", locales );
+        this( parentShell, "Name", locales );
     }
 
     @Override