|
if I remember the things correctly, here's what is necessary:
categories.ini:
=========
[categories]
10=categories.10
your plugin guid=10
your plugin guid=10
...
lang.ini:
=====
[lang]
categories.10=Category Name
However, current driver code does only support =10= categories, this is hard-coded in kxmixer source code. So, it will only work for categories 0..9
|