Mercurial > cgi-bin > hgweb.cgi > JpegWasher
diff src/name/blackcap/exifwasher/Menus.kt @ 27:ee580450d45a
More of the Great Renaming.
author | davidb |
---|---|
date | Thu, 16 Apr 2020 20:01:13 -0700 |
parents | 5cac95c17fef |
children | fb407182ba76 |
line wrap: on
line diff
--- 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) }