Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

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

revision 3747 by doda, Thu Jan 28 09:56:12 2010 UTC revision 3749 by doda, Thu Jan 28 10:21:26 2010 UTC
# Line 1323  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1323  void FAR PASCAL ReadIniFile(PCHAR FName,
1323          if (GetOnOff(Section, "WindowReportSequence", FName, TRUE))          if (GetOnOff(Section, "WindowReportSequence", FName, TRUE))
1324                  ts->WindowFlag |= WF_WINDOWREPORT;                  ts->WindowFlag |= WF_WINDOWREPORT;
1325    
1326          // Window report sequence          // Title report sequence
1327          GetPrivateProfileString(Section, "TitleReportSequence", "Empty", Temp, sizeof(Temp), FName);          GetPrivateProfileString(Section, "TitleReportSequence", "Empty", Temp, sizeof(Temp), FName);
1328          if (_stricmp(Temp, "on") == 0)          if (_stricmp(Temp, "on") == 0)
1329                  ts->WindowFlag |= IdTitleReportOn;                  ts->WindowFlag |= IdTitleReportOn;

Legend:
Removed from v.3747  
changed lines
  Added in v.3749

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