mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40:19 +00:00
Make HexTray filename consistent with the rest
This commit is contained in:
@@ -1897,7 +1897,7 @@ int
|
||||
hextray_mode ()
|
||||
{
|
||||
#ifdef WIN32
|
||||
if ((_access( "plugins/hextray.dll", 0 )) != -1)
|
||||
if ((_access( "plugins/hchextray.dll", 0 )) != -1)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user