Mercurial > cgi-bin > hgweb.cgi > ClipMan
diff src/name/blackcap/clipman/Main.kt @ 58:88056f373a94
Set app name, deal with some deprecation.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sat, 26 Mar 2022 23:45:34 -0700 |
parents | 7a75c743f973 |
children |
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Main.kt Wed Mar 23 23:56:29 2022 -0700 +++ b/src/name/blackcap/clipman/Main.kt Sat Mar 26 23:45:34 2022 -0700 @@ -220,6 +220,7 @@ LOGGER.log(Level.INFO, "beginning execution") if (OS.type == OS.MAC) { System.setProperty("apple.laf.useScreenMenuBar", "true") + System.setProperty("apple.awt.application.name", MYNAME) } inSwingThread { Application.initialize()