Rename X-Tray to HexTray

This commit is contained in:
Berke Viktor
2012-07-13 23:17:29 +02:00
parent 25a9a60bab
commit a9c8ab916b
39 changed files with 25 additions and 25 deletions

View File

@@ -1885,10 +1885,10 @@ portable_mode ()
}
int
xtray_mode ()
hextray_mode ()
{
#ifdef WIN32
if ((_access( "plugins/xtray.dll", 0 )) != -1)
if ((_access( "plugins/hextray.dll", 0 )) != -1)
{
return 1;
}