diff options
Diffstat (limited to 'plugins/SMS/src')
| -rw-r--r-- | plugins/SMS/src/recvdlg.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/recvdlg.cpp b/plugins/SMS/src/recvdlg.cpp index af6cb3ae07..bfd3dd5968 100644 --- a/plugins/SMS/src/recvdlg.cpp +++ b/plugins/SMS/src/recvdlg.cpp @@ -138,7 +138,7 @@ INT_PTR CALLBACK RecvSmsDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARA  					hwndSendSms = SendSMSWindowAdd(prswdWindowData->hContact);
  					SetDlgItemText(hwndSendSms, IDC_ADDRESS, wszPhone);
  				}
 -			}
 +			} // fallthrough
  		case IDCANCEL:
  			RecvSMSWindowRemove(hWndDlg);
  			break;
  | 
