diff options
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/msgwindow.rc | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/resource.rc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TabSRMM/msgwindow.rc b/plugins/TabSRMM/msgwindow.rc index 2c54f0b9d3..79558df452 100644 --- a/plugins/TabSRMM/msgwindow.rc +++ b/plugins/TabSRMM/msgwindow.rc @@ -78,14 +78,14 @@ BEGIN BEGIN
BLOCK "000004b0"
BEGIN
- VALUE "CompanyName", "Miranda IM project"
+ VALUE "CompanyName", "Miranda NG project"
VALUE "FileDescription", RES_FILE_DESC
VALUE "FileVersion", VER_PLAIN
VALUE "InternalName", "TabSRMsg"
VALUE "LegalCopyright", "Copyright (C) 2004-2010"
VALUE "LegalTrademarks", "Licensed under the Gnu general public license V2 or any later version."
VALUE "OriginalFilename", "tabsrmm.dll"
- VALUE "ProductName", "TabSRMM message window plugin for Miranda IM"
+ VALUE "ProductName", "TabSRMM message window plugin for Miranda NG"
VALUE "ProductVersion", VER_PLAIN
END
END
diff --git a/plugins/TabSRMM/resource.rc b/plugins/TabSRMM/resource.rc index 27618792f5..a3f45ca516 100644 --- a/plugins/TabSRMM/resource.rc +++ b/plugins/TabSRMM/resource.rc @@ -537,7 +537,7 @@ BEGIN LTEXT "",IDC_STATIC,0,30,228,110,NOT WS_GROUP
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. More \ndetailed copyright information can be found in the included README file.\n\nThis software is distributed and licensed under the terms of the GNU General Public License V2 or any later version.",IDC_COPYRIGHT,5,39,217,47
+ CTEXT "Copyright © 2004-2010 by the Miranda IM project, 2012 Miranda NG project. More \ndetailed copyright information can be found in the included README file.\n\nThis software is distributed and licensed under the terms of the GNU General Public License V2 or any later version.",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
|