Minor theme transparency settings fix (Viktor Kojouharov <saturn_vk@abv.bg>).

SVN revision: 11655
This commit is contained in:
Kim Woelders 2004-09-16 21:15:01 +00:00
parent ea2fd1b85c
commit 73668ad2f9
1 changed files with 1 additions and 1 deletions

View File

@ -2486,7 +2486,7 @@ CB_ConfigureBG(int val, void *data)
if (tmp_st_hilight == ICLASS_ATTR_GLASS)
{
Conf.st_trans.hilight = tmp_st_hilight;
Conf.st_trans.menu_item = ICLASS_ATTR_BG;
Conf.st_trans.menu_item = ICLASS_ATTR_GLASS;
}
else if (tmp_st_hilight == ICLASS_ATTR_BG)