Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6721 by doda, Fri May 12 12:43:04 2017 UTC revision 6722 by doda, Fri May 12 12:43:32 2017 UTC
# Line 7281  static BOOL CALLBACK passwd_change_dialo Line 7281  static BOOL CALLBACK passwd_change_dialo
7281    
7282                                  return TRUE;                                  return TRUE;
7283                          }                          }
7284                          MessageBox(NULL, "Mismatch; try again.", "ERROR", MB_OK | MB_ICONEXCLAMATION);                          UTIL_get_lang_msg("MSG_PASSCHG_MISMATCH", pvar, "Mismatch; try again.");
7285                            MessageBox(NULL, pvar->ts->UIMsg, "ERROR", MB_OK | MB_ICONEXCLAMATION);
7286                          return FALSE;                          return FALSE;
7287    
7288                  case IDCANCEL:                  case IDCANCEL:

Legend:
Removed from v.6721  
changed lines
  Added in v.6722

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26