bug 32801, r=ccarlen, sr=sfraser, add STR# resource for error dialog

git-svn-id: svn://10.0.0.236/trunk@99228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pchen%netscape.com
2001-07-13 22:40:15 +00:00
parent 8aeb33948a
commit 6d0524d312

View File

@@ -44,6 +44,7 @@
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING
#define PACKAGE_NAME "Mozilla " VERSION_STRING
#define NUM_CANRUN_STRINGS 1
// Resources definition
@@ -66,3 +67,10 @@ resource 'vers' (2, "Suite") {
VERSION_STRING,
PACKAGE_NAME
};
resource 'STR#' (1000, "CanRunStrings") {
{
"You cannot run Ò" PACKAGE_NAME "Ó while another copy of Mozilla or Netscape 6 is running. "
"Ò" PACKAGE_NAME "Ó will now quit."
}
};