Check in for Ron Guilmette's static build. r=nhotta, sr=waterson bug #46775

This commit is contained in:
kandrot@netscape.com
2001-05-14 06:30:56 +00:00
parent e5cbb06e44
commit a4825410d7
34 changed files with 126 additions and 514 deletions

View File

@@ -33,11 +33,11 @@
#include "nsIStringBundle.h"
#include "nsXPIDLString.h"
const char *kPromptURL="chrome://global/content/commonDialog.xul";
const char *kSelectPromptURL="chrome://global/content/selectDialog.xul";
const char *kQuestionIconClass ="question-icon";
const char *kAlertIconClass ="alert-icon";
const char *kWarningIconClass ="message-icon";
static const char *kPromptURL="chrome://global/content/commonDialog.xul";
static const char *kSelectPromptURL="chrome://global/content/selectDialog.xul";
static const char *kQuestionIconClass ="question-icon";
static const char *kAlertIconClass ="alert-icon";
static const char *kWarningIconClass ="message-icon";
static NS_DEFINE_CID(kStringBundleServiceCID, NS_STRINGBUNDLESERVICE_CID);