diff --git a/MainWindowX509.cpp b/MainWindowX509.cpp index 45d441c3..40dc9651 100644 --- a/MainWindowX509.cpp +++ b/MainWindowX509.cpp @@ -70,7 +70,7 @@ void MainWindow::newCert(pki_temp *templ) "dataEncipherment", "keyAgreement", "keyCertSign", "cRLSign", "encipherOnly", "decipherOnly"}; char *certTypeList[] = { "client", "server", "email", "objsign", - "sslCA", "emailCA", "objsignCA" }; + "sslCA", "emailCA", "objCA" }; QListBoxItem *item; NewX509 *dlg = new NewX509(this, NULL, keys, reqs, certs, temps, certImg, nsImg ); if (templ) {