From 4d026bd867d8b1947d566804662c895573fe072b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 27 Jun 2024 19:58:36 +0300 Subject: tabSRMM: fix for the broken warnings order --- plugins/TabSRMM/src/utils.h | 1 + plugins/TabSRMM/src/warning.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h index 628b5f8260..f6c7ef5347 100644 --- a/plugins/TabSRMM/src/utils.h +++ b/plugins/TabSRMM/src/utils.h @@ -118,6 +118,7 @@ namespace CWarning enum { WARN_SAVEFILE = 1, + WARN_UNUSED1, WARN_ICONPACKMISSING, WARN_AEROPEEK_SKIN, WARN_SENDFILE, diff --git a/plugins/TabSRMM/src/warning.cpp b/plugins/TabSRMM/src/warning.cpp index eaf324114d..66b5459035 100644 --- a/plugins/TabSRMM/src/warning.cpp +++ b/plugins/TabSRMM/src/warning.cpp @@ -242,7 +242,7 @@ public: static wchar_t *Warnings[] = { nullptr, LPGENW("Save file|Unable to save temporary file"), // WARN_SAVEFILE - 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 + nullptr, // WARN_UNUSED1 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 LPGENW("File transfer problem|Sending the image by file transfer failed.\n\nPossible reasons: File transfers not supported, either you or the target contact is offline, or you are invisible and the target contact is not on your visibility list."), // WARN_IMGSVC_MISSING -- cgit v1.2.3