aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-13 19:22:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-13 19:22:13 +0000
commit60a9eed8cf766f3e83103d868a72123b19600e79 (patch)
tree49e3d6ecfa0328cc577b6d4851e4b93e0ba91633 /packages/patches
parentf92fd9c0c90af4d60967fbbb5bcb6a40a925f042 (diff)
removed patches that were included by Miller
svn path=/trunk/; revision=4700
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/windows/win_font_tweaks.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/patches/windows/win_font_tweaks.patch b/packages/patches/windows/win_font_tweaks.patch
deleted file mode 100644
index a7c9cd82..00000000
--- a/packages/patches/windows/win_font_tweaks.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: u_main.tk
-===================================================================
-RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
-retrieving revision 1.7.2.4
-diff -u -w -r1.7.2.4 u_main.tk
---- u_main.tk 21 Feb 2005 04:20:20 -0000 1.7.2.4
-+++ u_main.tk 27 Nov 2005 04:08:45 -0000
-@@ -158,7 +158,7 @@
-
-
- frame .printout
--text .printout.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \
-+text .printout.text -relief raised -bd 2 -font { courier 9 } \
- -yscrollcommand ".printout.scroll set" -width 80
- # .printout.text insert end "\n\n\n\n\n\n\n\n\n\n"
- scrollbar .printout.scroll -command ".printout.text yview"
-@@ -337,7 +337,7 @@
- global pd_myversion
- set name [format ".help%d" $doc_number]
- toplevel $name
-- text $name.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \
-+ text $name.text -relief raised -bd 2 -font { helvetica 10 } \
- -yscrollcommand "$name.scroll set" -background white
- scrollbar $name.scroll -command "$name.text yview"
- pack $name.scroll -side right -fill y