Fix bug 180824 Version 3.4 string hard coded in default token name.

This commit is contained in:
relyea%netscape.com 2003-01-23 17:16:50 +00:00
Родитель 722dc7dcf5
Коммит a54ce85446
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2126,7 +2126,7 @@ pk11_getDefSlotName(CK_SLOT_ID slotID)
switch (slotID) {
case NETSCAPE_SLOT_ID:
return
"NSS Internal Cryptographic Services Version 3.4 ";
"NSS Internal Cryptographic Services ";
case PRIVATE_KEY_SLOT_ID:
return
"NSS User Private Key and Certificate Services ";