summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_icons.cpp
blob: 2cefa1133a6d928cb58183e673652017e0a8810b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "stdafx.h"

static IconItem iconList[] =
{
	{ LPGEN("Protocol icon"),   "main", IDI_TOX  },
	{ LPGEN("Action icon"),     "main", IDI_ME   },
	{ LPGEN("Correction icon"), "edit",	IDI_EDIT },
	{ LPGEN("Copy ID"),         "copy", IDI_COPY },
};

void CToxProto::InitIcons()
{
	g_plugin.registerIcon(LPGEN("Protocols") "/" MODULE, iconList, MODULE);
}