Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison 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 |
comparison
equal
deleted
inserted
replaced
26:985d5b82a882 | 27:ee580450d45a |
---|---|
72 /** | 72 /** |
73 * Show an About dialog. | 73 * Show an About dialog. |
74 */ | 74 */ |
75 fun showAboutDialog() { | 75 fun showAboutDialog() { |
76 JOptionPane.showMessageDialog(Application.mainFrame, | 76 JOptionPane.showMessageDialog(Application.mainFrame, |
77 "\nExifWasher—Privacy for your photos.\n" | 77 "\nJpegWasher—Privacy for your photos.\n" |
78 + "\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0© MMXX, David W. Barts\n", | 78 + "\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0© MMXX, David W. Barts\n", |
79 "About ExifWasher", | 79 "About JpegWasher", |
80 JOptionPane.PLAIN_MESSAGE) | 80 JOptionPane.PLAIN_MESSAGE) |
81 } | 81 } |