This commit is contained in:
Sean Takats 2007-07-20 18:30:08 +00:00
parent edb66a779c
commit ff654dbdda

View File

@ -85,6 +85,7 @@ Zotero.Fulltext = new function(){
_pdfInfoFileName = this.pdfInfoName + '-' + platform;
if (Zotero.isWin) {
_pdfConverterFileName += '.exe';
_pdfInfoFileName += '.exe';
}
this.__defineGetter__("pdfConverterFileName", function() { return _pdfConverterFileName; });