From a35c33312d907146f43dc8c88e1960f99f704d8e Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 10 Aug 2011 19:36:05 +0000 Subject: [PATCH] Move standalone.dtd out of separate directory --- chrome/content/zotero-platform/mac/standalone/menuOverlay.xul | 2 +- chrome/content/zotero-platform/unix/standalone/menuOverlay.xul | 2 +- chrome/content/zotero-platform/win/standalone/menuOverlay.xul | 2 +- chrome/content/zotero/standalone/basicViewer.xul | 2 +- chrome/content/zotero/standalone/standalone.xul | 2 +- chrome/locale/en-US/zotero/{standalone => }/standalone.dtd | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename chrome/locale/en-US/zotero/{standalone => }/standalone.dtd (100%) diff --git a/chrome/content/zotero-platform/mac/standalone/menuOverlay.xul b/chrome/content/zotero-platform/mac/standalone/menuOverlay.xul index 46498e0f5..0f43a3e99 100644 --- a/chrome/content/zotero-platform/mac/standalone/menuOverlay.xul +++ b/chrome/content/zotero-platform/mac/standalone/menuOverlay.xul @@ -35,7 +35,7 @@ %brandDTD; - + %standaloneDTD; ]> %brandDTD; - + %standaloneDTD; ]> %brandDTD; - + %standaloneDTD; ]> %globalDTD; %charsetDTD; %textcontextDTD; - %standaloneDTD; + %standaloneDTD; %brandDTD; %zoteroDTD; ]> diff --git a/chrome/content/zotero/standalone/standalone.xul b/chrome/content/zotero/standalone/standalone.xul index f78cb1b6e..25d9fe789 100644 --- a/chrome/content/zotero/standalone/standalone.xul +++ b/chrome/content/zotero/standalone/standalone.xul @@ -37,7 +37,7 @@ %globalDTD; %charsetDTD; %textcontextDTD; - %standaloneDTD; + %standaloneDTD; %brandDTD; %zoteroDTD; ]> diff --git a/chrome/locale/en-US/zotero/standalone/standalone.dtd b/chrome/locale/en-US/zotero/standalone.dtd similarity index 100% rename from chrome/locale/en-US/zotero/standalone/standalone.dtd rename to chrome/locale/en-US/zotero/standalone.dtd