Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ttcomtester/teraterm/teraterm/commlib.c

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

revision 8906 by zmatsuo, Tue Aug 18 15:31:34 2020 UTC revision 8953 by zmatsuo, Fri Oct 2 15:47:17 2020 UTC
# Line 465  void CommOpen(HWND HW, PTTSet ts, PComVa Line 465  void CommOpen(HWND HW, PTTSet ts, PComVa
465                                          static const TTMessageBoxInfoW info = {                                          static const TTMessageBoxInfoW info = {
466                                                  "Tera Term",                                                  "Tera Term",
467                                                  "MSG_TT_ERROR", L"Tera Term: Error",                                                  "MSG_TT_ERROR", L"Tera Term: Error",
468                                                    NULL, NULL
469                                          };                                          };
470    
471                                          switch (err) {                                          switch (err) {
# Line 539  void CommOpen(HWND HW, PTTSet ts, PComVa Line 540  void CommOpen(HWND HW, PTTSet ts, PComVa
540                                  static const TTMessageBoxInfoW info = {                                  static const TTMessageBoxInfoW info = {
541                                          "Tera Term",                                          "Tera Term",
542                                          "MSG_TT_ERROR", L"Tera Term: Error",                                          "MSG_TT_ERROR", L"Tera Term: Error",
543                                            NULL, NULL
544                                  };                                  };
545                                  InvalidHost = TRUE;                                  InvalidHost = TRUE;
546    
# Line 562  void CommOpen(HWND HW, PTTSet ts, PComVa Line 564  void CommOpen(HWND HW, PTTSet ts, PComVa
564                                          static const TTMessageBoxInfoW info = {                                          static const TTMessageBoxInfoW info = {
565                                                  "Tera Term",                                                  "Tera Term",
566                                                  "MSG_TT_ERROR", L"Tera Term: Error",                                                  "MSG_TT_ERROR", L"Tera Term: Error",
567                                                    NULL, NULL
568                                          };                                          };
569    
570                                          switch (err) {                                          switch (err) {

Legend:
Removed from v.8906  
changed lines
  Added in v.8953

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