diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-20 12:41:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-20 12:41:46 +0300 |
commit | 661c2a4209f9ba9f700a61372b339f042f346bb2 (patch) | |
tree | d1368354ed9fd91b4550caa7035965daad645c23 | |
parent | 97a52219651508b12c40427d01fcfbd9ab206df0 (diff) |
tabSRMM: fix for a shift in warnings' table
-rw-r--r-- | plugins/TabSRMM/src/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 */
|