summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-26 13:02:34 +0000
committerPaul Buetow <paul@buetow.org>2008-05-26 13:02:34 +0000
commit71d9caff2cc21a39971b69670c481c28b0399b9c (patch)
tree11538f4d513f2d9d8ec0393c99f24b6125ce8ba8 /sources/prefs/VSPrefs.java
parent5b6bf8d65ecd6b4b3cccc17314dd763255fb3856 (diff)
backup
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 0aa8a01..39cafcc 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -881,7 +881,7 @@ public abstract class VSPrefs implements Serializable {
* @param descr the descr
* @param unit the unit
*/
- public void initLongUnit(String key, int val, String descr, String unit) {
+ public void initLongUnit(String key, long val, String descr, String unit) {
initLong(key, new Long(val), descr);
setUnit(LONG_PREFIX + key, unit);
}