# HG changeset patch # User davidb # Date 1587092473 25200 # Node ID ee580450d45a0e5972be5fed9a959489dbb4cae1 # Parent 985d5b82a882bcb20762e05b316febbc76bb3340 More of the Great Renaming. diff -r 985d5b82a882 -r ee580450d45a src/name/blackcap/exifwasher/Main.kt --- a/src/name/blackcap/exifwasher/Main.kt Thu Apr 16 19:50:00 2020 -0700 +++ b/src/name/blackcap/exifwasher/Main.kt Thu Apr 16 20:01:13 2020 -0700 @@ -9,7 +9,7 @@ object Application { /* name we call ourselves */ - val MYNAME = "ExifWasher" + val MYNAME = "JpegWasher" /* global UI objects */ var mainFrame: MainFrame by setOnce() diff -r 985d5b82a882 -r ee580450d45a src/name/blackcap/exifwasher/Menus.kt --- a/src/name/blackcap/exifwasher/Menus.kt Thu Apr 16 19:50:00 2020 -0700 +++ b/src/name/blackcap/exifwasher/Menus.kt Thu Apr 16 20:01:13 2020 -0700 @@ -74,8 +74,8 @@ */ fun showAboutDialog() { JOptionPane.showMessageDialog(Application.mainFrame, - "\nExifWasher—Privacy for your photos.\n" + "\nJpegWasher—Privacy for your photos.\n" + "\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0© MMXX, David W. Barts\n", - "About ExifWasher", + "About JpegWasher", JOptionPane.PLAIN_MESSAGE) }