diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-10-10 01:08:14 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-10-10 01:08:14 +0000 |
commit | 8c0b8c11f556614739fc2651ea0c003624ff05d6 (patch) | |
tree | f025138c256e2fe55432d37c34876ecdf9fb18b5 /plugins/TabSRMM/res/resource.rc | |
parent | 15b603e26b25d33a9a71b80c4438e6d99c28bff0 (diff) |
resource tweaks
git-svn-id: http://svn.miranda-ng.org/main/trunk@15526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/res/resource.rc')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 2296de14e7..63d0ca09b0 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -597,7 +597,7 @@ BEGIN CONTROL "Log status changes (in open message windows only)",IDC_UPREFS_LOGSTATUS,
"Button",BS_AUTO3STATE | WS_TABSTOP,15,210,290,11
PUSHBUTTON "Revert to global options",IDC_REVERTGLOBAL,62,242,191,18
- LTEXT "You can set private message log options for this contact here. Filled boxes are inherited from the global settings which can be found on Options -> Message sessions -> Message log",IDC_STATIC,16,4,296,28
+ LTEXT "You can set private message log options for this contact here. Filled boxes are inherited from the global settings which can be found on Options -> Message sessions -> Message log",IDC_STATIC,12,4,298,28
CONTROL "Use normal templates (uncheck to use simple templates)",IDC_UPREFS_NORMALTEMPLATES,
"Button",BS_AUTO3STATE | WS_TABSTOP,15,224,290,11
END
|