diff options
author | dartraiden <wowemuh@gmail.com> | 2024-05-03 02:43:28 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-05-03 02:43:56 +0300 |
commit | 1de0a66138ef40b80b3fc528cf2cfed93be444ed (patch) | |
tree | c993ca79020546943d4f60ba75049c53fb993503 /protocols/VKontakte/res | |
parent | b89dd022af30b8d29a87b4fc95ead0a3cf37f60b (diff) |
We call it "BBCode"
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 227573da36..0bf524dfdb 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -183,7 +183,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Support BBC for NewStory",IDC_BBC_NEWSTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,10,278,10
+ CONTROL "Support BBCode for NewStory",IDC_BBC_NEWSTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,10,278,10
GROUPBOX "[img] BBCode support for image",IDC_STATIC,13,20,280,44,WS_GROUP
CONTROL "off",IDC_IMG_OFF,"Button",BS_AUTORADIOBUTTON,21,29,129,10
CONTROL "for preview max height 320 px",IDC_IMG_300,"Button",BS_AUTORADIOBUTTON,21,40,129,10
|