summaryrefslogtreecommitdiff
path: root/pico/osdep/mswin_spell.h
diff options
context:
space:
mode:
authorEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
committerEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
commit094ca96844842928810f14844413109fc6cdd890 (patch)
treee60efbb980f38ba9308ccb4fb2b77b87bbc115f3 /pico/osdep/mswin_spell.h
downloadalpine-094ca96844842928810f14844413109fc6cdd890.tar.xz
Initial Alpine Version
Diffstat (limited to 'pico/osdep/mswin_spell.h')
-rw-r--r--pico/osdep/mswin_spell.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pico/osdep/mswin_spell.h b/pico/osdep/mswin_spell.h
new file mode 100644
index 00000000..bfa78116
--- /dev/null
+++ b/pico/osdep/mswin_spell.h
@@ -0,0 +1,9 @@
+#define DLG_SPELL 300
+
+#define ID_COMBO_SUGGESTIONS 100
+#define ID_BUTTON_CHANGE IDOK
+#define ID_BUTTON_CHANGEALL 101
+#define ID_BUTTON_IGNOREONCE 102
+#define ID_BUTTON_IGNOREALL 103
+#define ID_BUTTON_ADD_TO_DICT 104
+#define ID_BUTTON_CANCEL IDCANCEL