comparison src/name/blackcap/exifwasher/Menus.kt @ 6:aafc9c127c7b

Fix many bugs; get settings (apparently) working.
author David Barts <n5jrn@me.com>
date Thu, 09 Apr 2020 22:29:48 -0700
parents dc1f4359659d
children 0a106e9b91b4
comparison
equal deleted inserted replaced
5:dc1f4359659d 6:aafc9c127c7b
67 /** 67 /**
68 * Show an About dialog. 68 * Show an About dialog.
69 */ 69 */
70 fun showAboutDialog() { 70 fun showAboutDialog() {
71 JOptionPane.showMessageDialog(Application.mainFrame, 71 JOptionPane.showMessageDialog(Application.mainFrame,
72 "ExifWasher—Privacy for your photos.\n" 72 "\nExifWasher—Privacy for your photos.\n"
73 + "© MMXX, David W. Barts", 73 + "\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0© MMXX, David W. Barts\n",
74 "About ExifWasher", 74 "About ExifWasher",
75 JOptionPane.PLAIN_MESSAGE) 75 JOptionPane.PLAIN_MESSAGE)
76 } 76 }