diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 10:42:49 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 10:42:49 +0000 |
commit | 772a10a9c85fa29621733d31d64c1367f68664fd (patch) | |
tree | 4f95487e5708238ea7bda6f76f6795ecdf3f8aee /plugins/Clist_nicer | |
parent | d856ff89393e9bbef394c4c88b1250ef2e5d369d (diff) |
- Copyright update
git-svn-id: http://svn.miranda-ng.org/main/trunk@3130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 1285a6406c..817aaed264 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -103,7 +103,7 @@ BEGIN LTEXT "",IDC_WHITERECT,0,0,228,116
DEFPUSHBUTTON "OK",IDOK,168,123,55,14
LTEXT "Clist Nicer+",IDC_CLNICER,5,7,150,15
- 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 "Copyright © 2004-2010 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47
ICON 0,IDC_LOGO,201,2,20,20
LTEXT "Version",IDC_VERSION,5,19,150,15
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,117,228,1
|