Fix remaining unwanted renaming SLOT => TQ_SLOT related to the message.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/14/head
Slávek Banko 4 months ago
parent 69565c3b83
commit 47b21266c2
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 );

Loading…
Cancel
Save