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

Method OnInitDialog

src/Windows/MessageDialog.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79INT_PTR MessageDialog::OnInitDialog() {
80 Dialog::OnInitDialog();
81
82 m_messageCtrl = GetDlgItem(m_hwnd, IDC_STATIC_MESSAGE);
83
84 SetWindowText(m_messageCtrl, m_message);
85 return TRUE;
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected