Browse Subversion Repository
Diff of /branches/ttcomtester/teraterm/teraterm/commlib.c
Parent Directory
| Revision Log
| Patch
| 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) { |
| 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 |
|
|
| 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 |
|
|
| |