Moving these platform specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf

This commit is contained in:
dbragg%netscape.com 2002-02-07 22:52:20 +00:00
Родитель d1339c7272
Коммит f7eae3c47b
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,3 @@
en-US.jar:
locale/en-US/global/accessible.properties
en-win.jar:
locale/en-US/global-platform/accessible.properties

Просмотреть файл

@ -54,7 +54,7 @@
#include "nsIDOMNodeList.h"
#include "nsIBindingManager.h"
#define ACCESSIBLE_BUNDLE_URL "chrome://global/locale/accessible.properties"
#define ACCESSIBLE_BUNDLE_URL "chrome://global-platform/locale/accessible.properties"
class nsIContent;
class nsIDocShell;