diff src/name/blackcap/clipman/Menus.kt @ 66:a8b04aa874e3

Update copyright date in about pane.
author David Barts <n5jrn@me.com>
date Sun, 12 Jan 2025 12:13:20 -0800
parents c56a0747c256
children
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Menus.kt	Sun Jan 12 11:32:17 2025 -0800
+++ b/src/name/blackcap/clipman/Menus.kt	Sun Jan 12 12:13:20 2025 -0800
@@ -191,7 +191,7 @@
 fun showAboutDialog() {
     JOptionPane.showMessageDialog(Application.frame,
         "ClipMan, a clipboard manager.\n"
-        + "© MMXX, David W. Barts",
+        + "© MMXXV, David W. Barts",
         "About ClipMan",
         JOptionPane.PLAIN_MESSAGE)
 }