зеркало из https://github.com/mozilla/pjs.git
Oops alecf missed one.
This commit is contained in:
Родитель
31e57bec21
Коммит
56995faab5
|
@ -225,7 +225,7 @@ nsresult nsMsgMessageDataSource::Init()
|
||||||
nsresult nsMsgMessageDataSource::CreateLiterals(nsIRDFService *rdf)
|
nsresult nsMsgMessageDataSource::CreateLiterals(nsIRDFService *rdf)
|
||||||
{
|
{
|
||||||
PRUnichar *prustr = nsnull;
|
PRUnichar *prustr = nsnull;
|
||||||
createNode(NS_LITERAL_STRING(" "), getter_AddRefs(kEmptyStringLiteral), rdf);
|
createNode((const PRUnichar*)NS_LITERAL_STRING(" "), getter_AddRefs(kEmptyStringLiteral), rdf);
|
||||||
|
|
||||||
//
|
//
|
||||||
// internal strings - not to be localized - usually reflected into the DOM
|
// internal strings - not to be localized - usually reflected into the DOM
|
||||||
|
|
Загрузка…
Ссылка в новой задаче