[Title] Added helpcontent for localization wizard 51/10651/1
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Tue, 8 Oct 2013 06:44:07 +0000 (15:44 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Tue, 8 Oct 2013 06:44:07 +0000 (15:44 +0900)
[Desc.]
[Issue]

Change-Id: Ieaa735e9e93d6548b4cfce6349f3c57ea0caeffd
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
org.tizen.common/src/org/tizen/common/TizenHelpContextIds.java

index e857ee7..9e3ce82 100644 (file)
@@ -57,4 +57,6 @@ public class TizenHelpContextIds {
     public static final String HELP_WEB_NEW_PROJECT_WIZARD_CONTEXT = HELP_WEB + "new_project_wizard_context";
     public static final String HELP_WEB_USER_TEMPLATE_CONTEXT = HELP_WEB + "user_template_context";
     public static final String HELP_WEB_PROJECT_BUILD_PROPERTIES_CONTEXT = HELP_WEB + "project_build_properties_context";
+    public static final String HELP_WEB_LOCALIZE_WIDGET_CONTEXT = HELP_WEB + "localize_widget_context";
+
 }