diff options
author | 2013-03-01 19:03:20 +0900 | |
---|---|---|
committer | 2013-03-01 19:05:04 +0900 | |
commit | fd0e93295fb6c38aea544b40eb6a7c11e59b3e94 (patch) | |
tree | aeca6d814ddc18e5361bd1c38c352f2b208c158f /native/jni/src/defines.h | |
parent | bc218dda8bd9395be0eec3836ed06fb27ce0968f (diff) | |
download | latinime-fd0e93295fb6c38aea544b40eb6a7c11e59b3e94.tar.gz latinime-fd0e93295fb6c38aea544b40eb6a7c11e59b3e94.tar.xz latinime-fd0e93295fb6c38aea544b40eb6a7c11e59b3e94.zip |
rename define
Change-Id: I4767eff187c76541648cc066a88293e46a90f033
Diffstat (limited to 'native/jni/src/defines.h')
-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; |