Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10387 by zmatsuo, Sun Nov 20 14:18:21 2022 UTC revision 10388 by zmatsuo, Mon Nov 28 13:56:09 2022 UTC
# Line 231  BOOL CGeneralPropPageDlg::OnCommand(WPAR Line 231  BOOL CGeneralPropPageDlg::OnCommand(WPAR
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.10387  
changed lines
  Added in v.10388

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