MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / MessageDialog

Method MessageDialog

src/Windows/MessageDialog.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "resource.h"
23
24MessageDialog::MessageDialog() :
25 Dialog(IDD_DIALOG_MESSAGE),
26 m_messageCtrl(NULL)
27{
28 m_message = SU::DupString(TEXT(""));
29}
30
31MessageDialog::~MessageDialog() {
32 SU::FreeTChar(m_message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected