From 2be2d3adf3a3870d2f8d7e4908c103bcf61b9032 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 5 Sep 2013 10:01:16 +0000 Subject: cosmetics: "tabSRMM" and "TABSRMM" => "TabSRMM" git-svn-id: http://svn.miranda-ng.org/main/trunk@5952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/globals.cpp | 6 +++--- plugins/TabSRMM/src/infopanel.cpp | 2 +- plugins/TabSRMM/src/srmm.cpp | 4 ++-- plugins/TabSRMM/src/themeio.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index 48d35ce01b..9595cb0bee 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -274,7 +274,7 @@ void CGlobals::reloadAdv() m_dontUseDefaultKbd = M.GetByte("adv_leaveKeyboardAlone", 1); if (g_bSoundOnTyping && m_TypingSoundAdded == false) { - SkinAddNewSoundEx("SoundOnTyping", LPGEN("Other"), LPGEN("TABSRMM: Typing")); + SkinAddNewSoundEx("SoundOnTyping", LPGEN("Other"), LPGEN("TabSRMM: Typing")); m_TypingSoundAdded = true; } m_AllowOfflineMultisend = M.GetByte("AllowOfflineMultisend", 0); @@ -316,12 +316,12 @@ int CGlobals::TopToolbarLoaded(WPARAM,LPARAM) ttb.dwFlags = TTBBF_SHOWTOOLTIP | TTBBF_VISIBLE; ttb.pszService = MS_TABMSG_TRAYSUPPORT; ttb.name = "CLN_slist"; - ttb.pszTooltipUp = LPGEN("tabSRMM session list"); + ttb.pszTooltipUp = LPGEN("TabSRMM session list"); ttb.hIconHandleUp = Skin_GetIcon("tabSRMM_sb_slist"); TopToolbar_AddButton(&ttb); ttb.name = "CLN_menu"; - ttb.pszTooltipUp = LPGEN("tabSRMM Menu"); + ttb.pszTooltipUp = LPGEN("TabSRMM Menu"); ttb.lParamUp = ttb.lParamDown = 1; ttb.hIconHandleUp = Skin_GetIcon("tabSRMM_container"); TopToolbar_AddButton(&ttb); diff --git a/plugins/TabSRMM/src/infopanel.cpp b/plugins/TabSRMM/src/infopanel.cpp index b2453a223b..f1277ba502 100644 --- a/plugins/TabSRMM/src/infopanel.cpp +++ b/plugins/TabSRMM/src/infopanel.cpp @@ -984,7 +984,7 @@ void CInfoPanel::showTip(UINT ctrlId, const LPARAM lParam) m_tip->show(rc, pt, m_dat->hTabIcon, m_dat->szStatus); return; } - mir_sntprintf(szTitle, SIZEOF(szTitle), TranslateT("tabSRMM Information")); + mir_sntprintf(szTitle, SIZEOF(szTitle), TranslateT("TabSRMM Information")); ::SendMessage(m_dat->hwndTip, TTM_UPDATETIPTEXT, 0, (LPARAM)&m_dat->ti); ::SendMessage(m_dat->hwndTip, TTM_SETMAXTIPWIDTH, 0, 350); diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp index 95b21e1d07..a133255991 100644 --- a/plugins/TabSRMM/src/srmm.cpp +++ b/plugins/TabSRMM/src/srmm.cpp @@ -73,7 +73,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_SRMM, M extern "C" int __declspec(dllexport) Load(void) { if (WinVerMajor() < 5) { - MessageBox(0, TranslateT("This version of tabSRMM requires Windows 2000 or later."), _T("tabSRMM"), MB_OK | MB_ICONERROR); + MessageBox(0, TranslateT("This version of TabSRMM requires Windows 2000 or later."), _T("tabSRMM"), MB_OK | MB_ICONERROR); return 1; } @@ -190,7 +190,7 @@ int _DebugPopup(HANDLE hContact, const TCHAR *fmt, ...) if (ServiceExists(MS_CLIST_SYSTRAY_NOTIFY)) { MIRANDASYSTRAYNOTIFY tn; TCHAR szTitle[128]; - mir_sntprintf(szTitle, SIZEOF(szTitle), TranslateT("tabSRMM Message (%s)"), + mir_sntprintf(szTitle, SIZEOF(szTitle), TranslateT("TabSRMM Message (%s)"), (hContact != 0) ? pcli->pfnGetContactDisplayName(hContact, 0) : TranslateT("Global")); tn.szProto = NULL; diff --git a/plugins/TabSRMM/src/themeio.cpp b/plugins/TabSRMM/src/themeio.cpp index 834d7cc4d3..f347b4e1b3 100644 --- a/plugins/TabSRMM/src/themeio.cpp +++ b/plugins/TabSRMM/src/themeio.cpp @@ -442,7 +442,7 @@ const TCHAR* TSAPI GetThemeFileName(int iMode) szFilename[0] = 0; TCHAR filter[MAX_PATH]; - mir_sntprintf(filter, SIZEOF(filter), _T("%s%c*.tabsrmm%c%c"), TranslateT("tabSRMM themes"), 0, 0, 0); + mir_sntprintf(filter, SIZEOF(filter), _T("%s%c*.tabsrmm%c%c"), TranslateT("TabSRMM themes"), 0, 0, 0); ofn.lpstrFilter = filter; ofn.lStructSize = OPENFILENAME_SIZE_VERSION_400; ofn.hwndOwner = 0; -- cgit v1.2.3