diff options
author | 2013-03-01 10:39:02 +0000 | |
---|---|---|
committer | 2013-03-01 10:39:02 +0000 | |
commit | 61d2e10bd30050a9e851e5625857c7f17e34e544 (patch) | |
tree | 178f34c7a5341ac0d202b5ad3d18072aeb1ec001 /native/jni/src | |
parent | 31747ba7874f57fe6b259e8744e42dbfe02a8d40 (diff) | |
parent | f06ab499999ead130660e5bc17324225503994ad (diff) | |
download | latinime-61d2e10bd30050a9e851e5625857c7f17e34e544.tar.gz latinime-61d2e10bd30050a9e851e5625857c7f17e34e544.tar.xz latinime-61d2e10bd30050a9e851e5625857c7f17e34e544.zip |
am f06ab499: Merge "rename define" into jb-mr2-dev
* commit 'f06ab499999ead130660e5bc17324225503994ad':
rename define
Diffstat (limited to 'native/jni/src')
-rw-r--r-- | native/jni/src/defines.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 379fb9dfd..a84dfddec 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -398,10 +398,10 @@ typedef enum { EQUIVALENT_CHAR, // It is a char located nearby on the keyboard NEAR_PROXIMITY_CHAR, - // It is an unrelated char + // It is an unrelated char and could be a substitution char UNRELATED_CHAR, - // It is an unrelated char and not a substitution - UNRELATED_AND_NOT_SUBSTITUTION_CHAR, + // It is an unrelated char nor a substitution char + UNRELATED_NOR_SUBSTITUTION_CHAR, // Additional proximity char which can differ by language. ADDITIONAL_PROXIMITY_CHAR } ProximityType; |