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 6726 by doda, Wed May 17 13:01:16 2017 UTC revision 6730 by doda, Wed May 17 13:02:09 2017 UTC
# Line 1582  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1582  void FAR PASCAL ReadIniFile(PCHAR FName,
1582                  GetOnOff(Section, "MouseEventTracking", FName, TRUE);                  GetOnOff(Section, "MouseEventTracking", FName, TRUE);
1583    
1584          // Maximized bug tweak          // Maximized bug tweak
1585          GetPrivateProfileString(Section, "MaximizedBugTweak", "1", Temp,          GetPrivateProfileString(Section, "MaximizedBugTweak", "2", Temp,
1586                                  sizeof(Temp), FName);                                  sizeof(Temp), FName);
1587          if (_stricmp(Temp, "on") == 0) {          if (_stricmp(Temp, "on") == 0) {
1588                  ts->MaximizedBugTweak = 1;                  ts->MaximizedBugTweak = 2;
1589          }          }
1590          else {          else {
1591                  ts->MaximizedBugTweak = atoi(Temp);                  ts->MaximizedBugTweak = atoi(Temp);

Legend:
Removed from v.6726  
changed lines
  Added in v.6730

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