|
|
|
@ -16402,7 +16402,7 @@ void KVpnc::readOutput_openvpn()
|
|
|
|
|
GlobalConfig->appendLogEntry ( i18n ( "Private key file could not loaded!" ) , GlobalConfig->error );
|
|
|
|
|
abort = true;
|
|
|
|
|
}
|
|
|
|
|
else if ( ProcessMsg.find ( "Need 'token-insertion-request' confirmation MSG:Please insert TQ_SLOT", 0 , FALSE ) > -1 )
|
|
|
|
|
else if ( ProcessMsg.find ( "Need 'token-insertion-request' confirmation MSG:Please insert SLOT", 0 , FALSE ) > -1 )
|
|
|
|
|
{
|
|
|
|
|
KMessageBox::error ( this, i18n ( "Need token to be insert. Please insert token in SLOT...." ) );
|
|
|
|
|
GlobalConfig->appendLogEntry ( i18n ( "Need token to be insert. Please insert token in SLOT...." ), GlobalConfig->error );
|
|
|
|
|