modify plugin wrapper, so build-script injected macros in the wrapper are in a more obvious place, so 3rd party plugin authors are less likely to make mistakes here when working outside the build.py environment

tweak the about screen to display non-standard plugins using the new interface better
This commit is contained in:
Jon Atkins
2013-10-29 02:43:56 +00:00
parent 8070f22fba
commit 9dabc33770
2 changed files with 10 additions and 3 deletions

View File

@ -18,7 +18,7 @@ window.aboutIITC = function() {
var ptext = pname + ' - ' + pvers;
if (info.buildName != script_info.buildName) {
ptext += ' ['+info.buildName+']';
ptext += ' ['+(info.buildName||'<i>non-standard plugin</i>')+']';
}
plugins += '<li>'+ptext+'</li>';