diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-02 19:34:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-02 19:34:32 +0000 |
commit | 3af838e995ecc0d61f45ea18e3c385e363bbe3ca (patch) | |
tree | 6601efa590dd567c893a84787ebec49d5a410a53 /plugins/TabSRMM/resource.rc | |
parent | e375ccde7e1f274a557c7023d41677f9b8c92861 (diff) |
- build time removed from Help/About dialog in tabSRMM
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/resource.rc')
-rw-r--r-- | plugins/TabSRMM/resource.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/resource.rc b/plugins/TabSRMM/resource.rc index 2ba8410fb4..e2be8995cb 100644 --- a/plugins/TabSRMM/resource.rc +++ b/plugins/TabSRMM/resource.rc @@ -538,7 +538,6 @@ BEGIN CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",WS_TABSTOP,0,0,228,30
DEFPUSHBUTTON "OK",IDOK,168,123,55,14
CTEXT "Copyright © 2004-2010 by the Miranda IM project, 2012 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47
- CTEXT "",IDC_BUILDTIME,37,105,150,11
CONTROL "Support and latest version information",IDC_SUPPORT,
"Hyperlink",WS_TABSTOP | 0x1,18,91,192,12
PUSHBUTTON "Reset all hidden warnings",IDC_RESETWARNINGS,2,123,145,14
|