diff options
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index 5980a791..535c00b2 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -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; } |