From a481538396b68d5d6b9bd6db2d7c4f208d8cf40b Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 24 Nov 2015 01:05:26 +0000 Subject: proper capitalization of plugin names (taken from our wiki) git-svn-id: http://svn.miranda-ng.org/main/trunk@15768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/res/resource.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_nicer') diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 831202dbb7..4893a2e8d3 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -27,7 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_EXCEPTION DIALOGEX 0, 0, 370, 131 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Clist Nicer exception" +CAPTION "Clist nicer exception" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN EDITTEXT IDC_EXCEPTION_DETAILS,7,18,356,60,ES_MULTILINE | ES_READONLY @@ -41,12 +41,12 @@ END IDD_CLNABOUT DIALOGEX 0, 0, 228, 140 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT -CAPTION "About CList Nicer+" +CAPTION "About CList nicer" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "",IDC_WHITERECT,0,0,228,116 DEFPUSHBUTTON "OK",IDOK,168,123,55,14 - LTEXT "Clist Nicer+",IDC_CLNICER,5,7,150,15 + LTEXT "Clist nicer",IDC_CLNICER,5,7,150,15 CTEXT "Copyright © 2004-2010 by the Miranda IM project, 2012-2015 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 -- cgit v1.2.3