diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-22 18:20:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-22 18:20:51 +0000 |
commit | a16896758198562465cc2cdfdbc97fbd1b81aa55 (patch) | |
tree | 8ff2ba5b50877b7701740e1c7b57c85215d358fc /plugins/SecureIM/src/main.cpp | |
parent | b49e8ad0ed0d152182a4124dc5425d8c5d088d76 (diff) |
typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/main.cpp')
-rw-r--r-- | plugins/SecureIM/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index bfbfa8f566..8fdd79d65d 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -357,7 +357,7 @@ extern "C" __declspec(dllexport) int __cdecl Load(void) CreateServiceFunction(MODULENAME"/MODE_GPG", Service_ModeGPG);
CreateServiceFunction(MODULENAME"/MODE_RSA", Service_ModeRSAAES);
- g_hCLIcon = ExtraIcon_RegisterCallack(MODULENAME, LPGEN("SecureIM status"), "sim_cm_est", onExtraImageListRebuilding, onExtraImageApplying);
+ g_hCLIcon = ExtraIcon_RegisterCallback(MODULENAME, LPGEN("SecureIM status"), "sim_cm_est", onExtraImageListRebuilding, onExtraImageApplying);
return 0;
}
|