summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI
diff options
context:
space:
mode:
authorFelipe Heidrich <Felipe_Heidrich@ca.ibm.com>2011-07-14 10:46:45 -0400
committerFelipe Heidrich <Felipe_Heidrich@ca.ibm.com>2011-07-14 10:46:45 -0400
commit19497a80620870a4c6de27fc22fe0142080bccae (patch)
tree6b751fcad5feb4b09e39ea936597537525a974ef /bundles/org.eclipse.swt/Eclipse SWT PI
parent781bc473ae283b52db11df96bd63b6ac78600870 (diff)
downloadeclipse.platform.swt-19497a80620870a4c6de27fc22fe0142080bccae.tar.gz
eclipse.platform.swt-19497a80620870a4c6de27fc22fe0142080bccae.tar.xz
eclipse.platform.swt-19497a80620870a4c6de27fc22fe0142080bccae.zip
Bug 347490 - Shell.setImeInputMode(int mode) does not always set IME
flags as expected, and causes Chinese IME single space mode changes to double space.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
index 12021c19a2..464589f9a6 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
@@ -52,6 +52,7 @@ public class OS extends C {
public static final int SM_DBCSENABLED = 0x2A;
public static final int SM_IMMENABLED = 0x52;
public static final int LANG_KOREAN = 0x12;
+ public static final int LANG_JAPANESE = 0x11;
public static final int MAX_PATH = 260;
/* Get the Windows version and the flags */