mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
re-add paste PEM file to import menu
This commit is contained in:
parent
37a59fd49e
commit
42eae29dfb
@ -67,6 +67,8 @@ void MainWindow::init_menu()
|
||||
SLOT(on_BNimportCrl_clicked()) );
|
||||
import->addAction(tr("PEM file"), this,
|
||||
SLOT(loadPem()) );
|
||||
import->addAction(tr("paste PEM file"), this,
|
||||
SLOT(pastePem()) );
|
||||
|
||||
token = menuBar()->addMenu(tr("&Token"));
|
||||
token->addAction(tr("&Manage Security token"), this,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user