Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |