Make HexTray filename consistent with the rest

This commit is contained in:
Berke Viktor
2012-10-29 00:42:52 +01:00
parent 09c7f2c935
commit 07cbcfe846
11 changed files with 13 additions and 9 deletions

View File

@@ -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;
}