Mercurial > cgi-bin > hgweb.cgi > JpegWasher
changeset 27:ee580450d45a
More of the Great Renaming.
author | davidb |
---|---|
date | Thu, 16 Apr 2020 20:01:13 -0700 |
parents | 985d5b82a882 |
children | 75f01ae83929 |
files | src/name/blackcap/exifwasher/Main.kt src/name/blackcap/exifwasher/Menus.kt |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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()
--- 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) }