aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/console_font_normal-0.39.2.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-17 05:05:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-17 05:05:30 +0000
commit91e95ea6d8335dfb6b638a018cfbc4d29ac03f4d (patch)
treef399ba049c4e3b505dad98807cfe786c5fa2a58d /packages/patches/console_font_normal-0.39.2.patch
parent66f68b4ab08d090a2ce8ba9243db609b9ff254b5 (diff)
replaced all X11 fontspecs with Tk font specs on the road to making the fonts/graphics appear the same on all platforms
svn path=/trunk/; revision=6123
Diffstat (limited to 'packages/patches/console_font_normal-0.39.2.patch')
-rw-r--r--packages/patches/console_font_normal-0.39.2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/patches/console_font_normal-0.39.2.patch b/packages/patches/console_font_normal-0.39.2.patch
deleted file mode 100644
index 2b7f8361..00000000
--- a/packages/patches/console_font_normal-0.39.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- u_main.tk Thu Jun 9 11:54:59 2005
-+++ u_main.tk Thu Jun 9 16:17:58 2005
-@@ -172,8 +171,8 @@
-
-
- frame .printout
--text .printout.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \
-- -yscrollcommand ".printout.scroll set" -width 80
-+text .printout.text -relief raised -bd 2 -font {courier 12 normal} \
-+ -yscrollcommand ".printout.scroll set" -width 60
- # .printout.text insert end "\n\n\n\n\n\n\n\n\n\n"
- scrollbar .printout.scroll -command ".printout.text yview"
- pack .printout.scroll -side right -fill y