diff options
Diffstat (limited to 'sources/prefs/editors/VSAbstractEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSAbstractEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/prefs/editors/VSAbstractEditor.java b/sources/prefs/editors/VSAbstractEditor.java index 06be310..acad7cb 100644 --- a/sources/prefs/editors/VSAbstractEditor.java +++ b/sources/prefs/editors/VSAbstractEditor.java @@ -840,7 +840,7 @@ public abstract class VSAbstractEditor implements ActionListener { String val = valField.getText(); Vector<Integer> vec = utils.VSTools.parseIntegerVector(val); prefsToEditMap.get(keys[1]).setVector(keys[0], vec); - } catch (exceptions.ParseIntegerVectorException e) { + } catch (exceptions.VSParseIntegerVectorException e) { } valField.setText(""+prefsToEditMap.get(keys[1]).getVector(keys[0])); |
