summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/warning.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-06-27 19:58:36 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-06-27 19:58:36 +0300
commit4d026bd867d8b1947d566804662c895573fe072b (patch)
tree68345f25bb993d76ab149a206d13506f91de3a37 /plugins/TabSRMM/src/warning.cpp
parent62f0837b78032af98cbb470a75ddb72832f95639 (diff)
tabSRMM: fix for the broken warnings order
Diffstat (limited to 'plugins/TabSRMM/src/warning.cpp')
-rw-r--r--plugins/TabSRMM/src/warning.cpp2
1 files changed, 1 insertions, 1 deletions
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