diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 15:45:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 15:45:11 +0000 |
| commit | da1e3f2b0cd5a45f7ecc7e49873fd1f10cbb43c1 (patch) | |
| tree | a2f3e5371670c70281658f3dabf58602f19954d0 /sources/editors | |
| parent | 56e2329351a73e35b36b46190660133368c593fc (diff) | |
sim.message.own.recv option added.
Diffstat (limited to 'sources/editors')
| -rw-r--r-- | sources/editors/VSEditor.java | 1 |
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); |
