зеркало из https://github.com/mozilla/pjs.git
r=javi ; sr = hewitt ; bug# 89827 ; adding serial number col to cert manager window
This commit is contained in:
Родитель
8fd3e269ee
Коммит
9694e9ac44
|
@ -552,6 +552,8 @@ nsCertOutliner::GetCellText(PRInt32 row, const PRUnichar *colID,
|
|||
rv = cert->GetIssuedDate(&wstr);
|
||||
} else if (strcmp(col, "expiredcol") == 0) {
|
||||
rv = cert->GetExpiresDate(&wstr);
|
||||
} else if (strcmp(col, "serialnumcol") == 0) {
|
||||
rv = cert->GetSerialNumber(&wstr);
|
||||
/*
|
||||
} else if (strcmp(col, "certdbkeycol") == 0) {
|
||||
rv = cert->GetDbKey(&str);
|
||||
|
|
|
@ -552,6 +552,8 @@ nsCertOutliner::GetCellText(PRInt32 row, const PRUnichar *colID,
|
|||
rv = cert->GetIssuedDate(&wstr);
|
||||
} else if (strcmp(col, "expiredcol") == 0) {
|
||||
rv = cert->GetExpiresDate(&wstr);
|
||||
} else if (strcmp(col, "serialnumcol") == 0) {
|
||||
rv = cert->GetSerialNumber(&wstr);
|
||||
/*
|
||||
} else if (strcmp(col, "certdbkeycol") == 0) {
|
||||
rv = cert->GetDbKey(&str);
|
||||
|
|
Загрузка…
Ссылка в новой задаче