Changed a deafult value of "mailnews.reply_header_locale" from "en-US" to empty,

bug 140882, r=rchen, sr=bienvenu.


git-svn-id: svn://10.0.0.236/trunk@127412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nhotta%netscape.com
2002-08-15 22:30:31 +00:00
parent 15a2cb745f
commit 2547b4f920
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+botto
// 0=no header, 1="<author> wrote:", 2="On <date> <author> wrote:", 3="<author> wrote On <date>:", 4=user specified
pref("mailnews.reply_header_type", 1);
// locale which affects date format, set empty string to use application default locale
pref("mailnews.reply_header_locale", "en-US");
pref("mailnews.reply_header_locale", "");
pref("mailnews.reply_header_authorwrote", "chrome://messenger/locale/messengercompose/composeMsgs.properties");
pref("mailnews.reply_header_ondate", "On %s");
// separator to separate between date and author

View File

@@ -169,7 +169,7 @@ pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+botto
// 0=no header, 1="<author> wrote:", 2="On <date> <author> wrote:", 3="<author> wrote On <date>:", 4=user specified
pref("mailnews.reply_header_type", 1);
// locale which affects date format, set empty string to use application default locale
pref("mailnews.reply_header_locale", "en-US");
pref("mailnews.reply_header_locale", "");
pref("mailnews.reply_header_authorwrote", "chrome://messenger/locale/messengercompose/composeMsgs.properties");
pref("mailnews.reply_header_ondate", "On %s");
// separator to separate between date and author