summaryrefslogtreecommitdiff
path: root/plugins/Gmailmntf/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Gmailmntf/src/main.cpp')
-rw-r--r--plugins/Gmailmntf/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Gmailmntf/src/main.cpp b/plugins/Gmailmntf/src/main.cpp
index f1d0747f30..88ae72888e 100644
--- a/plugins/Gmailmntf/src/main.cpp
+++ b/plugins/Gmailmntf/src/main.cpp
@@ -88,7 +88,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
extern "C" int __declspec(dllexport) Load()
{
SkinAddNewSoundEx("Gmail", "Other", "Gmail: New Thread(s)");
- HookEvent(ME_CLIST_DOUBLECLICKED, OpenBrower);
+ HookEvent(ME_CLIST_DOUBLECLICKED, OpenBrowser);
PROTOCOLDESCRIPTOR pd = { PROTOCOLDESCRIPTOR_V3_SIZE };
pd.szName = pluginName;