summaryrefslogtreecommitdiffstats
path: root/library/systray.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-11-11 14:45:22 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-11-11 14:45:22 (GMT)
commit30bce52ec95ce9d993e849faef3a719632a0845b (patch)
treec342c559779f1d98141a800987a0ade4482ed4ae /library/systray.tcl
parent2d79a0c7eb679d5738889120c013175303ac6a9f (diff)
downloadtk-30bce52ec95ce9d993e849faef3a719632a0845b.zip
tk-30bce52ec95ce9d993e849faef3a719632a0845b.tar.gz
tk-30bce52ec95ce9d993e849faef3a719632a0845b.tar.bz2
Refine error message
Diffstat (limited to 'library/systray.tcl')
-rw-r--r--library/systray.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/systray.tcl b/library/systray.tcl
index ab07d22..8f433cb 100644
--- a/library/systray.tcl
+++ b/library/systray.tcl
@@ -304,7 +304,7 @@ proc ::tk::sysnotify {title message} {
switch -- [tk windowingsystem] {
"win32" {
if {$::winicoprops::ico eq ""} {
- error "Must create a system tray icon with the \"tk systray\" command"
+ error "Must create a system tray icon with the \"tk systray\" command first"
}
_sysnotify notify $::winicoprops::ico $title $message
}