comparison src/name/blackcap/clipman/Main.kt @ 48:7a75c743f973

Fix app name.
author David Barts <n5jrn@me.com>
date Sun, 12 Apr 2020 14:39:15 -0700
parents 19d9da731c43
children 88056f373a94
comparison
equal deleted inserted replaced
47:19d9da731c43 48:7a75c743f973
158 override fun mouseExited(e: MouseEvent) { } 158 override fun mouseExited(e: MouseEvent) { }
159 } 159 }
160 160
161 object Application { 161 object Application {
162 /* name we call ourselves */ 162 /* name we call ourselves */
163 val MYNAME = "ExifWasher" 163 val MYNAME = "ClipMan"
164 164
165 /* global UI objects, must be created on the Swing thread */ 165 /* global UI objects, must be created on the Swing thread */
166 var queue: PasteboardQueue by setOnce() 166 var queue: PasteboardQueue by setOnce()
167 var frame: JFrame by setOnce() 167 var frame: JFrame by setOnce()
168 var coerceDialog: CoerceDialog by setOnce() 168 var coerceDialog: CoerceDialog by setOnce()