fix bug 18892 (r=kin@netscape.com); change constant to PRUnichar
git-svn-id: svn://10.0.0.236/trunk@53651 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f578e0af93
commit
44627def1e
@ -88,7 +88,7 @@
|
||||
#include "nsEditorUtils.h"
|
||||
#include "nsIPref.h"
|
||||
|
||||
const unsigned char nbsp = 160;
|
||||
const PRUnichar nbsp = 160;
|
||||
|
||||
// HACK - CID for NavDTD until we can get at dtd via the document
|
||||
// {a6cf9107-15b3-11d2-932e-00805f8add32}
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
#include "nsEditorUtils.h"
|
||||
#include "nsIPref.h"
|
||||
|
||||
const unsigned char nbsp = 160;
|
||||
const PRUnichar nbsp = 160;
|
||||
|
||||
// HACK - CID for NavDTD until we can get at dtd via the document
|
||||
// {a6cf9107-15b3-11d2-932e-00805f8add32}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user