summaryrefslogtreecommitdiffstats
path: root/scintilla/src/ViewStyle.h
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-07-01 17:24:21 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-07-01 17:24:21 +0000
commitc37b5b55f66a57ad971b412d47eaebaa0490544b (patch)
treefa7ce42224628b7ef0b4cff2406ac7c1fb6e226b /scintilla/src/ViewStyle.h
parent7378c0b405bf81ab615c5c85f7a0dfcb8faef10b (diff)
downloadnotepad2-mod-c37b5b55f66a57ad971b412d47eaebaa0490544b.zip
notepad2-mod-c37b5b55f66a57ad971b412d47eaebaa0490544b.tar.gz
notepad2-mod-c37b5b55f66a57ad971b412d47eaebaa0490544b.tar.bz2
update scintilla (HG f6ca0536c769)
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@748 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r--scintilla/src/ViewStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h
index 994bdea..4c35db9 100644
--- a/scintilla/src/ViewStyle.h
+++ b/scintilla/src/ViewStyle.h
@@ -103,7 +103,7 @@ public:
/// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin
enum { margins=5 };
int leftMarginWidth; ///< Spacing margin on left of text
- int rightMarginWidth; ///< Spacing margin on left of text
+ int rightMarginWidth; ///< Spacing margin on right of text
int maskInLine; ///< Mask for markers to be put into text because there is nowhere for them to go in margin
MarginStyle ms[margins];
int fixedColumnWidth;