summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@gmail.com>2024-10-24 20:26:42 +0200
committerGitHub <noreply@github.com>2024-10-24 20:26:42 +0200
commit58ad2b4536450ace7ff6bddf6357e61e4b9e68d7 (patch)
tree2adc2300048e2fb86683163815534ec7ec993229
parent4a86731399f158e08ec272fe9a5fc0f0fa0dbad6 (diff)
Message windows
Unneeded space removed
-rw-r--r--src/core/stdmsg/src/msgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp
index 63a4da05b4..5d4cc188c8 100644
--- a/src/core/stdmsg/src/msgs.cpp
+++ b/src/core/stdmsg/src/msgs.cpp
@@ -380,7 +380,7 @@ int RegisterToolbarIcons(WPARAM, LPARAM)
bbd.dwButtonID = IDC_SRMM_STRIKEOUT;
bbd.dwDefPos = 25;
bbd.hIcon = g_plugin.getIconHandle(IDI_STRIKEOUT);
- bbd.pwszText = LPGENW("&Strike-through ");
+ bbd.pwszText = LPGENW("&Strike-through");
bbd.pwszTooltip = LPGENW("Make the text strike-through");
g_plugin.addButton(&bbd);