comparison src/name/blackcap/exifwasher/Main.kt @ 27:ee580450d45a

More of the Great Renaming.
author davidb
date Thu, 16 Apr 2020 20:01:13 -0700
parents 965435b85a69
children fb407182ba76
comparison
equal deleted inserted replaced
26:985d5b82a882 27:ee580450d45a
7 import java.util.logging.Level 7 import java.util.logging.Level
8 import java.util.logging.Logger 8 import java.util.logging.Logger
9 9
10 object Application { 10 object Application {
11 /* name we call ourselves */ 11 /* name we call ourselves */
12 val MYNAME = "ExifWasher" 12 val MYNAME = "JpegWasher"
13 13
14 /* global UI objects */ 14 /* global UI objects */
15 var mainFrame: MainFrame by setOnce() 15 var mainFrame: MainFrame by setOnce()
16 var settingsDialog: SettingsDialog by setOnce() 16 var settingsDialog: SettingsDialog by setOnce()
17 17