aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-07 22:32:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-07 22:32:45 +0000
commita3354f0eed981bf54107c5297ff45ea1670e3c14 (patch)
treef58c7b42c1fb30a14d4aade02da703bb7daa2a23
parentba038bfffe91c33f89af249d5f68547b778b620d (diff)
point people to the README.txt
svn path=/trunk/scripts/guiplugins/64bit-warning-plugin/; revision=16838
-rw-r--r--64bit-warning-plugin.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/64bit-warning-plugin.tcl b/64bit-warning-plugin.tcl
index 550966c..cea25c6 100644
--- a/64bit-warning-plugin.tcl
+++ b/64bit-warning-plugin.tcl
@@ -2,10 +2,10 @@
# 64-bit builds on various platforms. It is included on 64-bit builds
# by packages/Makefile
-set msg "WARNING: 64-bit builds are still beta, some libraries are known to have serious issues ("
+set msg "\nWARNING: 64-bit builds are still beta, some libraries are known to have serious issues ("
if {$tcl_platform(os) eq "Darwin"} {
append msg "hid, Gem, gem2pdp, tclpd, "
}
append msg "cyclone, maxlib, moonlib, moocow, pdp, bsaylor, etc.)"
::pdwindow::error "$msg\n"
-
+::pdwindow::error "For more info, see the README.txt in '64-bit-warning-plugin' in the Help Browser\n\n"