diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-20 04:04:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-20 04:04:44 +0000 |
commit | 77c97dd292f31801d2a9bf1cfc18555abd7d4bd2 (patch) | |
tree | 4b30955191c45bb08c54c49e5bcba8b69400cb0f /packages/patches/allow_spaces_in_new_directory-0.41.4.patch | |
parent | 2ba291625b7f6ffc76c1b79fa5a29f81cd4b26b3 (diff) |
various patches either incorporated or made obsolete by 0.43
svn path=/trunk/; revision=13865
Diffstat (limited to 'packages/patches/allow_spaces_in_new_directory-0.41.4.patch')
-rw-r--r-- | packages/patches/allow_spaces_in_new_directory-0.41.4.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/patches/allow_spaces_in_new_directory-0.41.4.patch b/packages/patches/allow_spaces_in_new_directory-0.41.4.patch deleted file mode 100644 index 9675a1f3..00000000 --- a/packages/patches/allow_spaces_in_new_directory-0.41.4.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: u_main.tk -=================================================================== ---- u_main.tk (revision 9735) -+++ u_main.tk (working copy) -@@ -413,7 +413,8 @@ - proc menu_new {} { - global untitled_number - global untitled_directory -- pd [concat pd filename Untitled-$untitled_number $untitled_directory \;] -+ pd [concat pd filename Untitled-$untitled_number \ -+ [pdtk_enquote $untitled_directory] \;] - pd { - #N canvas; - #X pop 1; |