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