From 661c2a4209f9ba9f700a61372b339f042f346bb2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 20 Sep 2018 12:41:46 +0300 Subject: tabSRMM: fix for a shift in warnings' table --- plugins/TabSRMM/src/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TabSRMM/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index 8d71295835..09b6caa71a 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.cpp @@ -1049,6 +1049,7 @@ int _DebugPopup(MCONTACT hContact, const wchar_t *fmt, ...) // Entries that do not use the LPGENW() macro are NOT TRANSLATABLE, so don't bother translating them. static wchar_t* warnings[] = { + nullptr, nullptr, LPGENW("Edit user notes|You are editing the user notes. Click the button again or use the hotkey (default: Alt+N) to save the notes and return to normal messaging mode"), /* WARN_EDITUSERNOTES */ LPGENW("Missing component|The icon pack is missing. Please install it to the default icons folder.\n\nNo icons will be available"), /* WARN_ICONPACKMISSING */ LPGENW("Aero peek warning|You have enabled Aero Peek features and loaded a custom container window skin\n\nThis can result in minor visual anomalies in the live preview feature."), /* WARN_AEROPEEKSKIN */ -- cgit v1.2.3