summaryrefslogtreecommitdiff
path: root/sources/editors/VSEditor.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-17 15:45:11 +0000
committerPaul Buetow <paul@buetow.org>2008-05-17 15:45:11 +0000
commitda1e3f2b0cd5a45f7ecc7e49873fd1f10cbb43c1 (patch)
treea2f3e5371670c70281658f3dabf58602f19954d0 /sources/editors/VSEditor.java
parent56e2329351a73e35b36b46190660133368c593fc (diff)
sim.message.own.recv option added.
Diffstat (limited to 'sources/editors/VSEditor.java')
-rw-r--r--sources/editors/VSEditor.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/editors/VSEditor.java b/sources/editors/VSEditor.java
index a81300d..af63257 100644
--- a/sources/editors/VSEditor.java
+++ b/sources/editors/VSEditor.java
@@ -228,7 +228,6 @@ abstract class VSEditor implements ActionListener {
booleanFields.put(key, valField);
}
-
for (String key : longKeys) {
String fullKey = VSPrefs.LONG_PREFIX + key;
String descr = prefsToEdit.getDescription(fullKey);