summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-10-12 01:34:57 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-10-12 01:34:57 (GMT)
commitb702ba89a394de8668091f7442e4b08da0e94dcb (patch)
tree24f82ac90bc11798fc08fa3672833be464719772 /library
parent4057120bb20bac23d00b670a51d5547269520588 (diff)
downloadtk-b702ba89a394de8668091f7442e4b08da0e94dcb.zip
tk-b702ba89a394de8668091f7442e4b08da0e94dcb.tar.gz
tk-b702ba89a394de8668091f7442e4b08da0e94dcb.tar.bz2
Remove and refactor some irrelevant code
Diffstat (limited to 'library')
-rw-r--r--library/systray.tcl2
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.