diff options
-rwxr-xr-x | plugins/Msg_Export/src/options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 585b68ff76..9bfe4a054a 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -1349,8 +1349,6 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts2(HWND hwndDlg, UINT msg, WPARAM wPa for( int i=0 ; i < nCount ; i++)
{
- if( proto[i]->type==PROTOTYPE_IGNORE) //PROTOTYPE_PROTOCOL
- continue;
_snprintf(szTemp , sizeof( szTemp ) , "DisableProt_%s" , proto[i]->szModuleName);
sItem.pszText = proto[i]->szModuleName;
sItem.iImage = DBGetContactSettingByte(NULL,MODULE,szTemp,1);
|