diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index bcb5814cb6..7ecb85206c 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -95,7 +95,7 @@ Zotero.Integration = new function() { if (Zotero.isMac) { entryPoints.push(PLUGIN_PATHS.MacWord); } - else if (Zotero.isWindows) { + else if (Zotero.isWin) { entryPoints.push(PLUGIN_PATHS.WinWord); } for (let entryPoint of entryPoints) {