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/");
 	}
 
