From 094ca96844842928810f14844413109fc6cdd890 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 3 Feb 2013 00:59:38 -0700 Subject: Initial Alpine Version --- pico/osdep/mswin_spell.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pico/osdep/mswin_spell.h (limited to 'pico/osdep/mswin_spell.h') 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 -- cgit v1.2.3-54-g00ecf