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 3268 by yutakapon, Wed Apr 1 10:55:13 2009 UTC revision 3278 by doda, Fri Apr 3 15:04:41 2009 UTC
# Line 1826  void FAR PASCAL WriteIniFile(PCHAR FName Line 1826  void FAR PASCAL WriteIniFile(PCHAR FName
1826          WriteOnOff(Section, "Beep", FName, ts->Beep);          WriteOnOff(Section, "Beep", FName, ts->Beep);
1827          switch (ts->Beep) {          switch (ts->Beep) {
1828          case IdBeepOff:          case IdBeepOff:
1829                  WritePrivateProfileString(Section, "Beep", "Off", FName);                  WritePrivateProfileString(Section, "Beep", "off", FName);
1830                  break;                  break;
1831          case IdBeepOn:          case IdBeepOn:
1832                  WritePrivateProfileString(Section, "Beep", "On", FName);                  WritePrivateProfileString(Section, "Beep", "on", FName);
1833                  break;                  break;
1834          case IdBeepVisual:          case IdBeepVisual:
1835                  WritePrivateProfileString(Section, "Beep", "Visual", FName);                  WritePrivateProfileString(Section, "Beep", "visual", FName);
1836                  break;                  break;
1837          }          }
1838    

Legend:
Removed from v.3268  
changed lines
  Added in v.3278

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