summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-14 01:30:24 +0000
committerPaul Buetow <paul@buetow.org>2008-06-14 01:30:24 +0000
commit02eb6a4ff881ad9878a1105c6737e1583c94ed7e (patch)
treee25aa5c104b90145be1b7550a3cea2a797ae5c0d /sources/prefs/VSPrefs.java
parentfaaadb9c546e376dd8e8dd6553017d334aa0e0c4 (diff)
if creating a new simulator frame, it has no simulation loaded. you can either
create a new simulation or load an old one using the 'File' menu!
Diffstat (limited to 'sources/prefs/VSPrefs.java')
-rw-r--r--sources/prefs/VSPrefs.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java
index 413bc46..2861bfc 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -885,7 +885,7 @@ public class VSPrefs implements VSSerializable {
*/
public synchronized void initString(String key, String val) {
//if (!stringPrefs.containsKey(key))
- stringPrefs.put(key, val);
+ stringPrefs.put(key, val);
}
/**