diff src/name/blackcap/exifwasher/Menus.kt @ 5:dc1f4359659d

Got it compiling.
author David Barts <n5jrn@me.com>
date Thu, 09 Apr 2020 18:20:34 -0700
parents 19c381c536ec
children aafc9c127c7b
line wrap: on
line diff
--- a/src/name/blackcap/exifwasher/Menus.kt	Wed Apr 08 21:31:30 2020 -0700
+++ b/src/name/blackcap/exifwasher/Menus.kt	Thu Apr 09 18:20:34 2020 -0700
@@ -68,7 +68,7 @@
  * Show an About dialog.
  */
 fun showAboutDialog() {
-    JOptionPane.showMessageDialog(frame.v,
+    JOptionPane.showMessageDialog(Application.mainFrame,
         "ExifWasher—Privacy for your photos.\n"
         + "© MMXX, David W. Barts",
         "About ExifWasher",