File: fix-wxgtk-constant.patch

package info (click to toggle)
libpadre-plugin-vi-perl 0.22-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 170
  • sloc: perl: 1,797; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix a constant moved to another package
Origin: commit:http://padre.perlide.org/trac/changeset/9229
Origin: commit:http://padre.perlide.org/trac/changeset/9230
--- a/lib/Padre/Plugin/Vi.pm
+++ b/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/");
 	}