diff options
Diffstat (limited to 'plugins/VersionInfo/src/main.cpp')
-rw-r--r-- | plugins/VersionInfo/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionInfo/src/main.cpp b/plugins/VersionInfo/src/main.cpp index a5c3324c65..caf9cbffe7 100644 --- a/plugins/VersionInfo/src/main.cpp +++ b/plugins/VersionInfo/src/main.cpp @@ -76,7 +76,7 @@ extern "C" int __declspec(dllexport) Load(void) InitServices();
HookEvents();
- hiVIIcon = LoadIcon(hInst,MAKEINTRESOURCE(IDI_MAIN));
+ hiVIIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_MAIN));
//get the name of the dll itself
TCHAR filePath[512] = {0};
|