aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-01-01 05:25:59 +0000
committernyamatongwe <unknown>2003-01-01 05:25:59 +0000
commit01b4c0c57e540f45782d6e2b81c2486c8c4c78d4 (patch)
tree8d2918e65ba317deb7cc79f8a9be7317bf30789e /include/Scintilla.h
parent043edb4a70cdb5f964f5d7e1b5df0c4377e80541 (diff)
downloadscintilla-mirror-01b4c0c57e540f45782d6e2b81c2486c8c4c78d4.tar.gz
Changed wrapped printing to be more similar to wrapped display.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index ad6837cb2..fbaa46516 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -505,8 +505,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define CARET_EVEN 0x08
#define SCI_SETXCARETPOLICY 2402
#define SCI_SETYCARETPOLICY 2403
-#define SCI_SETPRINTWRAPS 2406
-#define SCI_GETPRINTWRAPS 2407
+#define SCI_SETPRINTWRAPMODE 2406
+#define SCI_GETPRINTWRAPMODE 2407
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001