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 3749 by doda, Thu Jan 28 10:21:26 2010 UTC revision 3750 by doda, Thu Jan 28 11:38:37 2010 UTC
# Line 802  void FAR PASCAL ReadIniFile(PCHAR FName, Line 802  void FAR PASCAL ReadIniFile(PCHAR FName,
802                  ts->TermFlag |= TF_BACKWRAP;                  ts->TermFlag |= TF_BACKWRAP;
803    
804          /* Beep type -- special option */          /* Beep type -- special option */
         GetPrivateProfileString(Section, "Beep", "", Temp, sizeof(Temp), FName);  
805          if (_stricmp(Temp, "off") == 0)          if (_stricmp(Temp, "off") == 0)
806                  ts->Beep = IdBeepOff;                  ts->Beep = IdBeepOff;
807          else if (_stricmp(Temp, "visual") == 0)          else if (_stricmp(Temp, "visual") == 0)

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

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