diff options
author | Marko Živković <[email protected]> | 2015-02-25 22:30:45 +0000 |
---|---|---|
committer | Marko Živković <[email protected]> | 2015-02-25 22:30:45 +0000 |
commit | 43bec1cad4d8ed554484e8c6795cf07601c12074 (patch) | |
tree | 892d5d6512063b0645b53d751a2842bcc11e16f4 /logo/src/xlogo/gui/Editor.java | |
parent | db29411bc625a7527fef9c70f5e1aaa03142450f (diff) |
Major refactoring of everything related to configuration files, especially the way of storing files.
git-svn-id: https://svn.code.sf.net/p/xlogo4schools/svn/trunk@24 3b0d7934-f7ef-4143-9606-b51f2e2281fd
Diffstat (limited to 'logo/src/xlogo/gui/Editor.java')
-rw-r--r-- | logo/src/xlogo/gui/Editor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logo/src/xlogo/gui/Editor.java b/logo/src/xlogo/gui/Editor.java index e6f0e3b..6a5158a 100644 --- a/logo/src/xlogo/gui/Editor.java +++ b/logo/src/xlogo/gui/Editor.java @@ -261,7 +261,7 @@ public class Editor implements ActionListener { ((EditorTextPane) textZone).getDsd().initStyles(wc.getCommentColor(), wc.getCommentStyle(), wc.getPrimitiveColor(), wc.getPrimitiveStyle(), wc.getBraceColor(), - wc.getBraceStyle(), wc.getOperatorColor(), wc.getOperatorStyle()); + wc.getBraceStyle(), wc.getOperandColor(), wc.getOperandStyle()); } } |