We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4673ba9 commit 28a2efdCopy full SHA for 28a2efd
library/tilegtk.tcl
@@ -65,7 +65,7 @@ namespace eval ttk::theme::tilegtk {
65
if {[file exists $file]} {
66
puts " ++ $file"
67
if {[catch {initialiseLibrary $lib $file} symbol]} {
68
- puts " => ERROR: $symbol"
+ puts " => ERROR while initialising library $lib from $file : $symbol"
69
} else {
70
incr loaded; set found 1
71
break
0 commit comments