Fixed a bug with OTR not displaying cyrillic in the Question authentication dialog

cusax-fix 4944
Marin 12 years ago
parent 5497767511
commit 93f526c1b2

Binary file not shown.

@ -167,7 +167,7 @@ public void actionPerformed(ActionEvent e)
}
else if (authenticationMethod.equals(am[1]))
{
String secret = secretQuestionPanel.getSecret();
String secret = sharedSecretPanel.getSecret();
String question = null;
OtrActivator.scOtrEngine.initSmp(contact, question, secret);

Loading…
Cancel
Save