view src/name/blackcap/imageprep/Osdep.kt.default.osdep @ 24:a4737a525af8

Fix icons a bit.
author David Barts <n5jrn@me.com>
date Wed, 25 Nov 2020 08:40:45 -0800
parents 0bded24f746e
children
line wrap: on
line source

/*
 * OS-dependent code, version for all non-Mac systems.
 */
package name.blackcap.imageprep

fun setMacMenus() {
    /* no-op */
}