============================================================================= EditLinenumDlg()
| 5415 | // EditLinenumDlg() |
| 5416 | // |
| 5417 | BOOL EditLinenumDlg ( HWND hwnd ) |
| 5418 | { |
| 5419 | if ( IDOK == ThemedDialogBoxParam ( g_hInstance, MAKEINTRESOURCE ( IDD_LINENUM ), |
| 5420 | GetParent ( hwnd ), EditLinenumDlgProc, ( LPARAM ) hwnd ) ) { |
| 5421 | return TRUE; |
| 5422 | } else { |
| 5423 | return FALSE; |
| 5424 | } |
| 5425 | } |
| 5426 | |
| 5427 | |
| 5428 | //============================================================================= |
no test coverage detected