From f19738ca456de613bfdce2415e6d0347f8e7b5a8 Mon Sep 17 00:00:00 2001 From: "nhotta%netscape.com" Date: Thu, 22 Nov 2001 00:13:10 +0000 Subject: [PATCH] Adding Georgian charset GEOSTD8, contributed by giasher@wanex.net, bug 107533, r=ftang, rs=brendan. git-svn-id: svn://10.0.0.236/trunk@108760 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsBulletFrame.cpp | 2 +- mozilla/layout/html/base/src/nsBulletFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/generic/nsBulletFrame.cpp b/mozilla/layout/generic/nsBulletFrame.cpp index 69db1dcb1e9..49a9fc2390f 100644 --- a/mozilla/layout/generic/nsBulletFrame.cpp +++ b/mozilla/layout/generic/nsBulletFrame.cpp @@ -904,7 +904,7 @@ static PRUnichar gGeorgianValue [ 37 ] = { // 4 * 9 + 1 = 37 }; static void GeorgianToText(PRInt32 ordinal, nsString& result) { - if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Armenain numbering system + if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Georgian numbering system DecimalToText(ordinal, result); return; } else { diff --git a/mozilla/layout/html/base/src/nsBulletFrame.cpp b/mozilla/layout/html/base/src/nsBulletFrame.cpp index 69db1dcb1e9..49a9fc2390f 100644 --- a/mozilla/layout/html/base/src/nsBulletFrame.cpp +++ b/mozilla/layout/html/base/src/nsBulletFrame.cpp @@ -904,7 +904,7 @@ static PRUnichar gGeorgianValue [ 37 ] = { // 4 * 9 + 1 = 37 }; static void GeorgianToText(PRInt32 ordinal, nsString& result) { - if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Armenain numbering system + if((0 == ordinal) || (ordinal > 19999)) { // zero or reach the limit of Georgian numbering system DecimalToText(ordinal, result); return; } else {