diff src/name/blackcap/clipman/Files.kt @ 44:d14298ef8b0a

Fix some settings/preferences issues.
author David Barts <n5jrn@me.com>
date Sun, 09 Feb 2020 22:13:26 -0700
parents 33fbe3a78d84
children 19d9da731c43
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Files.kt	Sun Feb 09 19:23:16 2020 -0700
+++ b/src/name/blackcap/clipman/Files.kt	Sun Feb 09 22:13:26 2020 -0700
@@ -64,7 +64,7 @@
 /* make some usable objects */
 
 val DPROPERTIES = Properties().apply {
-    OS::class.java.getClassLoader().getResourceAsStream("default.properties").use { load(it) }
+    OS::class.java.getResourceAsStream("default.properties").use { load(it) }
 }
 
 val PROPERTIES = Properties(DPROPERTIES).apply {