| 34 | } |
| 35 | |
| 36 | void NotifyUpdatesDialog::doModal() |
| 37 | { |
| 38 | ::DialogBoxParam(_hInst, MAKEINTRESOURCE(IDD_UPDATESNOTIFY), _nppData._nppHandle, NotifyUpdatesDialog::dlgProc, reinterpret_cast<LPARAM>(this)); |
| 39 | } |
| 40 | |
| 41 | void NotifyUpdatesDialog::init(HINSTANCE hInst, NppData nppData, PluginList* pluginList) |
| 42 | { |