aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-10 23:00:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-10 23:00:06 +0000
commit274f61fd37250e84a1b0eb81e214754fcef1cd05 (patch)
tree37ff93279553cc1283b17c7ba6c5bf2939bf06bb /packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch
parenta0f3768e3c59b30761f7b4be61f4f28e2821a11d (diff)
more patches that miller accepted
svn path=/trunk/; revision=10508
Diffstat (limited to 'packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch')
-rw-r--r--packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch b/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch
deleted file mode 100644
index b4f296a5..00000000
--- a/packages/patches/cmd-click_manipulates_GUIs-0.41.0-test03.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- u_main.tk 2006-12-11 21:20:49.000000000 -0500
-+++ u_main.tk 2007-07-11 17:46:11.000000000 -0400
-@@ -1152,6 +1192,7 @@
- bind $name.c <Option-Button> {pdtk_canvas_click %W %x %y %b 4}
- bind $name.c <Option-Shift-Button> {pdtk_canvas_click %W %x %y %b 5}
- bind $name.c <Option-Control-Button> {pdtk_canvas_click %W %x %y %b 6}
-+ bind $name.c <Mod1-Button> {pdtk_canvas_click %W %x %y %b 6}
- bind $name.c <Option-Control-Shift-Button> \
- {pdtk_canvas_click %W %x %y %b 7}
- } else {