diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-05 19:49:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-05 19:49:49 +0000 |
commit | 69ed16bdb72b07c8963e28e0216d4691fe7bc946 (patch) | |
tree | 305e88753b2ea9a2fc929ab57954df4caf063bb5 /plugins/TabSRMM/src/globals.cpp | |
parent | 37ecda18c1848b307153f8bd3d5eb3e138041c6c (diff) |
fix for a crash in tabSRMM after reloading langpack
git-svn-id: http://svn.miranda-ng.org/main/trunk@10083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/globals.cpp')
-rw-r--r-- | plugins/TabSRMM/src/globals.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index 74bc2b6389..56d95ec1cd 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -195,7 +195,6 @@ void CGlobals::reloadSettings(bool fReloadSkins) m_smcxicon = 16;
m_smcyicon = 16;
m_PasteAndSend = M.GetByte("pasteandsend", 1);
- m_szNoStatus = TranslateT("No status message");
m_LangPackCP = ServiceExists(MS_LANGPACK_GETCODEPAGE) ? CallService(MS_LANGPACK_GETCODEPAGE, 0, 0) : CP_ACP;
m_visualMessageSizeIndicator = M.GetByte("msgsizebar", 0);
m_autoSplit = M.GetByte("autosplit", 0);
|