UUID modification 97/41297/1
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 9 Jun 2015 04:44:11 +0000 (12:44 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 12 Jun 2015 09:34:59 +0000 (18:34 +0900)
Change-Id: Ib8c86ab66601652f8e9742f879ee82ba4ad8c776
Signed-off-by: Li Zhang <li2012.zhang@samsung.com>
ise-engine-anthy.xml
src/scim_anthy_factory.cpp

index 1df1bf0..11c51ef 100755 (executable)
@@ -4,7 +4,7 @@
 <description/>
 <label>Japanese keyboard</label>
 <icon/>
-<ui-application appid="065d7b20-dda2-47fb-8f94-3306d9a25e56" exec="/usr/lib/scim-1.0/scim-launcher" nodisplay="true" taskmanage="false" multiple="false" type="capp" hw-acceleration="use-system-setting" mainapp="true">
+<ui-application appid="org.tizen.ise-engine-anthy" exec="/usr/lib/scim-1.0/scim-launcher" nodisplay="true" taskmanage="false" multiple="false" type="capp" hw-acceleration="use-system-setting" mainapp="true">
     <category name="http://tizen.org/category/ime"/>
     <label>Japanese keyboard</label>
     <label xml:lang="en-gb">Japanese keyboard</label>
index 44b5b55..b0f8174 100755 (executable)
@@ -89,7 +89,7 @@ extern "C" {
         try {
             factory = new AnthyFactory (
                 String ("ja_JP"),
-                String ("065d7b20-dda2-47fb-8f94-3306d9a25e56"),
+                String ("org.tizen.ise-engine-anthy"),
                 _scim_config);
         } catch (...) {
             delete factory;