Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 231 |
switch (wParam) { |
switch (wParam) { |
| 232 |
case IDC_NOTIFICATION_TEST | (BN_CLICKED << 16): { |
case IDC_NOTIFICATION_TEST | (BN_CLICKED << 16): { |
| 233 |
PComVar pcv = &cv; |
PComVar pcv = &cv; |
| 234 |
wchar_t *msg = L"Test button was pushed"; |
const wchar_t *msg = L"Test button was pushed"; |
| 235 |
BOOL prev_sound = NotifyGetSound(pcv); |
BOOL prev_sound = NotifyGetSound(pcv); |
| 236 |
BOOL notify_sound = (BOOL)GetCheck(IDC_NOTIFY_SOUND); |
BOOL notify_sound = (BOOL)GetCheck(IDC_NOTIFY_SOUND); |
| 237 |
NotifySetSound(pcv, notify_sound); |
NotifySetSound(pcv, notify_sound); |
|
|
Legend:
| Removed from v.10373 |
|
| changed lines |
| |
Added in v.10388 |
|
|
|