Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1057 |
ts->LogTimestampFormat, sizeof(ts->LogTimestampFormat), |
ts->LogTimestampFormat, sizeof(ts->LogTimestampFormat), |
| 1058 |
FName); |
FName); |
| 1059 |
|
|
| 1060 |
|
/* Use UTC/GMT time for Log each line timestamp */ |
| 1061 |
|
ts->LogTimestampUTC = GetOnOff(Section, "LogTimestampUTC", FName, FALSE); |
| 1062 |
|
|
| 1063 |
/* File Transfer dialog visibility */ |
/* File Transfer dialog visibility */ |
| 1064 |
ts->FTHideDialog = GetOnOff(Section, "FTHideDialog", FName, FALSE); |
ts->FTHideDialog = GetOnOff(Section, "FTHideDialog", FName, FALSE); |
| 1065 |
|
|
| 2543 |
WritePrivateProfileString(Section, "LogTimestampFormat", |
WritePrivateProfileString(Section, "LogTimestampFormat", |
| 2544 |
ts->LogTimestampFormat, FName); |
ts->LogTimestampFormat, FName); |
| 2545 |
|
|
| 2546 |
|
/* Use UTC/GMT time for Log each line timestamp */ |
| 2547 |
|
WriteOnOff(Section, "LogTimestampUTC", FName, ts->LogTimestampUTC); |
| 2548 |
|
|
| 2549 |
/* Default Log file name (2006.8.28 maya) */ |
/* Default Log file name (2006.8.28 maya) */ |
| 2550 |
WritePrivateProfileString(Section, "LogDefaultName", |
WritePrivateProfileString(Section, "LogDefaultName", |
| 2551 |
ts->LogDefaultName, FName); |
ts->LogDefaultName, FName); |
|
|
Legend:
| Removed from v.6767 |
|
| changed lines |
| |
Added in v.6768 |
|
|
| |