diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-25 01:23:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-25 01:23:37 +0300 |
commit | 3e7d3ebc67e9d6b818d26cd1e857fd633252f1ee (patch) | |
tree | 9cf767381a2d88b01681a6b1fab600d48fc377a6 /plugins | |
parent | bbf5a909c099cc25bedc3b0eccb4fd754cc72af9 (diff) |
SendSS: more clear icon name
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SendScreenshotPlus/src/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index c30c512a80..d0576407f0 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -59,8 +59,8 @@ IconItem ICONS_BTN[ICO_BTN_END_] = { LPGEN("Edit"), "edit", IDI_EDIT }, { LPGEN("Edit on"), "editon", IDI_EDITON }, { LPGEN("Copy"), "copy", IDI_COPY }, - { LPGEN("BBC"), "bbc", IDI_BBC }, - { LPGEN("BBC link"), "bbclnk", IDI_BBC2 }, + { LPGEN("BBCode"), "bbc", IDI_BBC }, + { LPGEN("BBCode link"), "bbclnk", IDI_BBC2 }, { LPGEN("Down arrow"), "downarrow", IDI_DOWNARROW }, }; |