diff options
Diffstat (limited to 'editors/p5-Padre-Plugin-Vi/patches/patch-aa')
-rw-r--r-- | editors/p5-Padre-Plugin-Vi/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/p5-Padre-Plugin-Vi/patches/patch-aa b/editors/p5-Padre-Plugin-Vi/patches/patch-aa deleted file mode 100644 index 02d3044e266..00000000000 --- a/editors/p5-Padre-Plugin-Vi/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/01/16 18:32:32 sno Exp $ - ---- lib/Padre/Plugin/Vi.pm.orig 2009-06-22 08:05:41.000000000 +0000 -+++ lib/Padre/Plugin/Vi.pm -@@ -307,7 +307,7 @@ sub about { - $about->SetCopyright( _T("Copyright 2008 Gabor Szabo") ); - - # Only Unix/GTK native about box supports websites -- if (Padre::Util::WXGTK) { -+ if (Padre::Constant::WXGTK) { - $about->SetWebSite("http://padre.perlide.org/"); - } - |