summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-10-07 12:56:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-10-07 12:56:00 +0000
commit9eff79c4337785d0f2efee63bc3121b3955d161e (patch)
tree1d2d88645829b2301fb0c93750e8a823eca4569e /plugins/Msg_Export/src/options.cpp
parentc6fb861d7159279b6ee4a4dd678d4693ee56bac6 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1800 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/options.cpp')
-rwxr-xr-xplugins/Msg_Export/src/options.cpp2
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);