Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index dd11fed021d..3f7e3e61d56 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -286,8 +286,8 @@ typedef struct wmWindow {
/** Internal for wm_operators.c. */
struct wmGesture *tweak;
- /* Input Method Editor data - complex character input (esp. for asian character input)
- * Currently WIN32, runtime-only data */
+ /* Input Method Editor data - complex character input (especially for Asian character input)
+ * Currently WIN32, runtime-only data. */
struct wmIMEData *ime_data;
/** All events (ghost level events were handled). */