From 929cf4f6f089cc4db4eea16898402120fc812e30 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Jul 2012 18:45:11 +0000 Subject: default buttons from Clist Nicer+ & Modern git-svn-id: http://svn.miranda-ng.org/main/trunk@859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/SRC/extBackg.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'plugins/Clist_nicer/SRC/extBackg.cpp') diff --git a/plugins/Clist_nicer/SRC/extBackg.cpp b/plugins/Clist_nicer/SRC/extBackg.cpp index 089c41e6e7..9cc8f0fd44 100644 --- a/plugins/Clist_nicer/SRC/extBackg.cpp +++ b/plugins/Clist_nicer/SRC/extBackg.cpp @@ -1172,19 +1172,7 @@ static void BTN_ReadItem(char *itemName, char *file) tmpItem.uId = nextButtonID++; } } - else if(_stricmp(szBuffer, "Custom")) { - int i = 0; - /* - while(top_buttons[i].id) { - if (!_stricmp(top_buttons[i].szIcoLibIcon, szBuffer)) { - tmpItem.uId = top_buttons[i].id; - tmpItem.dwFlags |= BUTTON_ISINTERNAL; - break; - } - i++; - } - */ - } + GetPrivateProfileStringA(itemName, "PassContact", "None", szBuffer, 1000, file); if(_stricmp(szBuffer, "None")) { if(szBuffer[0] == 'w' || szBuffer[0] == 'W') -- cgit v1.2.3