diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-24 18:07:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-24 18:07:19 +0300 |
commit | 1dc3cf591258453a282785335fa8107663d4811b (patch) | |
tree | fa49c417e5c5973ede0bb4f09c7bd7941521281f /src/core/stdmsg/res | |
parent | 6927078455e017dac4b274e5aaee99ed9ce93109 (diff) |
fixes #4758 (StdMsg/Scriver: добавить кнопку "зачеркнутый текст")
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stdmsg/res/strike.ico | bin | 0 -> 1150 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 33682f7e14..e5f80a1d86 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -357,6 +357,8 @@ IDI_BBOLD ICON "bold.ico" IDI_BITALICS ICON "italics.ico"
+IDI_STRIKEOUT ICON "strike.ico"
+
IDI_BSMILEY ICON "smiley.ico"
IDI_JOIN ICON "join.ico"
diff --git a/src/core/stdmsg/res/strike.ico b/src/core/stdmsg/res/strike.ico Binary files differnew file mode 100644 index 0000000000..6cd770f384 --- /dev/null +++ b/src/core/stdmsg/res/strike.ico |