================ DialogAF::SetFileModified ================ */
| 150 | ================ |
| 151 | */ |
| 152 | void DialogAF::SetFileModified( void ) { |
| 153 | if ( file ) { |
| 154 | file->modified = true; |
| 155 | GetDlgItem( IDC_BUTTON_AF_SAVE )->EnableWindow( true ); |
| 156 | } |
| 157 | } |
| 158 | |
| 159 | /* |
| 160 | ================ |
no outgoing calls
no test coverage detected