This commit is contained in:
Simon Kornblith 2013-12-16 21:51:35 -05:00
parent b7f6f97ced
commit b841ccf7b3

View File

@ -187,7 +187,7 @@ Zotero.IPC = new function() {
// Different from Zotero.appName; this corresponds to the
// name in application.ini
const myAppName = Services.appInfo.name;
const myAppName = Services.appinfo.name;
for each(var appName in appNames) {
// don't send messages to ourself