From 48d24905542531983a88073f78de4d83735a7ac0 Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Sat, 21 Nov 1998 03:09:44 +0000 Subject: [PATCH] change for single signon git-svn-id: svn://10.0.0.236/trunk@15096 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/allxpstr.h | 3 +++ mozilla/include/allxpstr.rc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/include/allxpstr.h b/mozilla/include/allxpstr.h index f78b3b7dbdc..24472326457 100644 --- a/mozilla/include/allxpstr.h +++ b/mozilla/include/allxpstr.h @@ -7977,6 +7977,9 @@ ResDef(MK_ACCESS_VIEW_COOKIES, (XP_MSG_BASE + 1486), ResDef(MK_ACCESS_VIEW_SITES, (XP_MSG_BASE + 1487), "View sites that can or cannot store cookies") +ResDef(MK_SIGNON_CHANGE, (XP_MSG_BASE + 1488), +"Select the user whose password is being changed.") + ResDef(MK_SIGNON_PASSWORDS_GENERATE, (XP_MSG_BASE + 1490), \ "********") /* Note: above string used to say "generate" but at Rick Elliott's diff --git a/mozilla/include/allxpstr.rc b/mozilla/include/allxpstr.rc index f78b3b7dbdc..24472326457 100644 --- a/mozilla/include/allxpstr.rc +++ b/mozilla/include/allxpstr.rc @@ -7977,6 +7977,9 @@ ResDef(MK_ACCESS_VIEW_COOKIES, (XP_MSG_BASE + 1486), ResDef(MK_ACCESS_VIEW_SITES, (XP_MSG_BASE + 1487), "View sites that can or cannot store cookies") +ResDef(MK_SIGNON_CHANGE, (XP_MSG_BASE + 1488), +"Select the user whose password is being changed.") + ResDef(MK_SIGNON_PASSWORDS_GENERATE, (XP_MSG_BASE + 1490), \ "********") /* Note: above string used to say "generate" but at Rick Elliott's