From e2e7d1da9bfb18ee7ffa9e1a0a5592a416bd3721 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Wed, 22 Dec 1999 19:41:11 +0000 Subject: [PATCH] removed the hard coded font-family in the PlaintextInitalStyle for the set flags r=buster bugs 17303,19426 git-svn-id: svn://10.0.0.236/trunk@56391 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsTextEditRules.cpp | 1 - mozilla/editor/libeditor/text/nsTextEditRules.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/editor/base/nsTextEditRules.cpp b/mozilla/editor/base/nsTextEditRules.cpp index 41b51c307bf..eb49b16ee4d 100644 --- a/mozilla/editor/base/nsTextEditRules.cpp +++ b/mozilla/editor/base/nsTextEditRules.cpp @@ -95,7 +95,6 @@ nsTextEditRules::GetFlags(PRUint32 *aFlags) // Initial style for plaintext static char* PlaintextInitalStyle = "white-space: -moz-pre-wrap; width: 72ch; \ - font-family: -moz-fixed; \ background-color: rgb(255, 255, 255)"; NS_IMETHODIMP diff --git a/mozilla/editor/libeditor/text/nsTextEditRules.cpp b/mozilla/editor/libeditor/text/nsTextEditRules.cpp index 41b51c307bf..eb49b16ee4d 100644 --- a/mozilla/editor/libeditor/text/nsTextEditRules.cpp +++ b/mozilla/editor/libeditor/text/nsTextEditRules.cpp @@ -95,7 +95,6 @@ nsTextEditRules::GetFlags(PRUint32 *aFlags) // Initial style for plaintext static char* PlaintextInitalStyle = "white-space: -moz-pre-wrap; width: 72ch; \ - font-family: -moz-fixed; \ background-color: rgb(255, 255, 255)"; NS_IMETHODIMP