From da65e6c16eb16f9b3ee9a542f4cf84e109b54a71 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 3 Jan 2015 12:26:56 +0000 Subject: typo fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@11738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clisttray.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/modern_clisttray.cpp b/plugins/Clist_modern/src/modern_clisttray.cpp index b4d86ab02d..6dab65005a 100644 --- a/plugins/Clist_modern/src/modern_clisttray.cpp +++ b/plugins/Clist_modern/src/modern_clisttray.cpp @@ -628,7 +628,7 @@ void cliTrayIconUpdateBase(const char *szChangedProto) HICON hIcon = NULL; int i = 0; - bool bShowGglobal = true; + bool bShowGlobal = true; switch (Mode) { case TRAY_ICON_MODE_GLOBAL: hIcon = pcli->pfnGetIconFromStatusMode(NULL, NULL, CListTray_GetGlobalStatus(0, 0)); @@ -639,7 +639,7 @@ void cliTrayIconUpdateBase(const char *szChangedProto) if (strcmp(pcli->trayIcon[i].szProto, szChangedProto)) return; - bShowGglobal = false; + bShowGlobal = false; if (g_StatusBarData.bConnectingIcon && pa->ppro->m_iStatus >= ID_STATUS_CONNECTING && pa->ppro->m_iStatus <= ID_STATUS_CONNECTING + MAX_CONNECT_RETRIES) hIcon = (HICON)CLUI_GetConnectingIconService((WPARAM)szChangedProto, 0); else @@ -656,7 +656,7 @@ void cliTrayIconUpdateBase(const char *szChangedProto) if (!strcmp(pcli->trayIcon[i].szProto, szChangedProto)) break; - bShowGglobal = false; + bShowGlobal = false; if (g_StatusBarData.bConnectingIcon && pa->ppro->m_iStatus >= ID_STATUS_CONNECTING && pa->ppro->m_iStatus <= ID_STATUS_CONNECTING + MAX_CONNECT_RETRIES) hIcon = (HICON)CLUI_GetConnectingIconService((WPARAM)szChangedProto, 0); else @@ -676,7 +676,7 @@ void cliTrayIconUpdateBase(const char *szChangedProto) // if Tipper is missing or turned off for tray, use system tooltips if (!ServiceExists("mToolTip/ShowTip") || !db_get_b(NULL, "Tipper", "TrayTip", 1)) { - pcli->pfnTrayIconMakeTooltip(NULL, (bShowGglobal) ? NULL : pcli->trayIcon[i].szProto); + pcli->pfnTrayIconMakeTooltip(NULL, (bShowGlobal) ? NULL : pcli->trayIcon[i].szProto); lstrcpyn(nid.szTip, pcli->szTip, SIZEOF(nid.szTip)); } -- cgit v1.2.3