summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
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);
}
/**