diff --git a/mozilla/xpfe/bootstrap/nsMacVersion.r b/mozilla/xpfe/bootstrap/nsMacVersion.r index ada3f9da5e2..33dc13f076f 100644 --- a/mozilla/xpfe/bootstrap/nsMacVersion.r +++ b/mozilla/xpfe/bootstrap/nsMacVersion.r @@ -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." + } +}; \ No newline at end of file