diff options
Diffstat (limited to 'library/systray.tcl')
-rw-r--r-- | library/systray.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/systray.tcl b/library/systray.tcl index 99b2c1f..7587b02 100644 --- a/library/systray.tcl +++ b/library/systray.tcl @@ -1,6 +1,6 @@ # systray.tcl -- -# This file defines the ::tk::systray command for icon display and manipulation +# This file defines the systray command for icon display and manipulation # in the system tray on X11, Windows, and macOS, and the ::tk::systnotify command # for system alerts on each platform. It implements an abstraction layer that # presents a consistent API across the three platforms. |