diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-27 10:49:29 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-27 10:49:29 +0000 |
commit | 1a541ecf607b9851b5973555fea2b524a7af92d9 (patch) | |
tree | 81fc95b838d03db76c31c08dee6739b7c77ddfe8 | |
parent | 0e9dd6a8ecd86fc5e352f5c97c53a62dac66a860 (diff) |
MirOTR: indent "child" option, so it's more clear what's meant
git-svn-id: http://svn.miranda-ng.org/main/trunk@12525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/MirOTR/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/res/resource.rc b/plugins/MirOTR/res/resource.rc index 0f7802259f..970a46a8c5 100644 --- a/plugins/MirOTR/res/resource.rc +++ b/plugins/MirOTR/res/resource.rc @@ -67,7 +67,7 @@ BEGIN CONTROL "Don't add encrypted messages to the history",IDC_CHK_PREVENTSAVE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,265,10
CONTROL "Also remove OTR system messages",IDC_CHK_PREVENTSYSSAVE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,130,245,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,130,245,10
CONTROL "Show OTR system messages inline",IDC_CHK_MSGINLINE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,142,265,10
CONTROL "Show OTR system messages as popup",IDC_CHK_MSGPOPUP,
|