diff options
| author | Tobias Weimer <wishmaster51@gmail.com> | 2025-01-05 15:21:29 +0100 |
|---|---|---|
| committer | Tobias Weimer <wishmaster51@gmail.com> | 2025-01-05 15:21:29 +0100 |
| commit | 4aad69280ccfeab5b633ac1c4b0794914c1771a2 (patch) | |
| tree | 77d2dde731b9063a8ed042d0cb973c8c4037b447 /protocols | |
| parent | 0142f6a2025fe0cae642a199739222a7fa9e5f30 (diff) | |
VKontakte
Unneeded trailing space removed
Diffstat (limited to 'protocols')
| -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 7fca7574e9..2fba44b44d 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -157,7 +157,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Show in protocol menu ",IDC_STATIC,7,8,295,93
+ GROUPBOX "Show in protocol menu",IDC_STATIC,7,8,295,93
CONTROL "Create new chat",IDC_SHOW_MENU0,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,19,280,10
CONTROL "Status message",IDC_SHOW_MENU1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,30,280,10
CONTROL "Send message to my wall",IDC_SHOW_MENU2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,41,280,10
|
