aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-keyboard-text/src/com
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-06 16:25:28 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-07 18:56:23 +0900
commite5320c1d1fb31c570841f656941758e5f064b896 (patch)
treef6d81df87369fe82f99716ccca60b24866536068 /tools/make-keyboard-text/src/com
parent4f72923fa2d9da819699e84922d56abfdfe16355 (diff)
downloadlatinime-e5320c1d1fb31c570841f656941758e5f064b896.tar.gz
latinime-e5320c1d1fb31c570841f656941758e5f064b896.tar.xz
latinime-e5320c1d1fb31c570841f656941758e5f064b896.zip
Generate KeyboardTextsTable.java instead of KeyboardTextsSet.java
Change-Id: Ic48b093dc64b514822cc9daa1ac3d79deb7af089
Diffstat (limited to 'tools/make-keyboard-text/src/com')
-rw-r--r--tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/MoreKeysResources.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/MoreKeysResources.java b/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/MoreKeysResources.java
index a88383025..dddb3d6c8 100644
--- a/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/MoreKeysResources.java
+++ b/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/MoreKeysResources.java
@@ -32,7 +32,7 @@ import java.util.jar.JarFile;
public class MoreKeysResources {
private static final String TEXT_RESOURCE_NAME = "donottranslate-more-keys.xml";
- private static final String JAVA_TEMPLATE = "KeyboardTextsSet.tmpl";
+ private static final String JAVA_TEMPLATE = "KeyboardTextsTable.tmpl";
private static final String MARK_NAMES = "@NAMES@";
private static final String MARK_DEFAULT_TEXTS = "@DEFAULT_TEXTS@";
private static final String MARK_TEXTS = "@TEXTS@";