From 02eb6a4ff881ad9878a1105c6737e1583c94ed7e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Jun 2008 01:30:24 +0000 Subject: 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! --- sources/prefs/VSPrefs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/prefs/VSPrefs.java') 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); } /** -- cgit v1.2.3