X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fwin32%2Fui%2Fwin32ui.rc;h=a3d7cb2f1a11e7c4c07f1178f972e15ef2565fcd;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=28e7d6da96a36aff88cbfaab59102ed5427b4c70;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/win32/ui/win32ui.rc b/src/win32/ui/win32ui.rc index 28e7d6d..a3d7cb2 100644 --- a/src/win32/ui/win32ui.rc +++ b/src/win32/ui/win32ui.rc @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/win32/ui/win32ui.rc, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -8,12 +5,8 @@ * and/or modify it under the terms of the GNU General Public * License (version 2) as published by the FSF - Free Software * Foundation. - * - * License details at the LICENSE file included with OSSEC or - * online at: http://www.ossec.net/en/licensing.html */ - #include #include "os_win32ui.h" @@ -29,7 +22,7 @@ CAPTION "About OSSEC" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "&Close",UI_ID_CLOSE,90,90,50,14 - GROUPBOX " Copyright (C) 2010 Trend Micro Inc.", + GROUPBOX " Copyright (C) 2014 Trend Micro Inc.", IDC_STATIC,7,7,245,82 CTEXT "This program is a free software; you can redistribute it" \ " and/or modify it under the terms of the GNU General" \ @@ -40,7 +33,7 @@ BEGIN END -IDD_MAIN DIALOG DISCARDABLE 0, 0, 207, 156 +IDD_MAIN DIALOG DISCARDABLE 0, 0, 212, 156 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "OSSEC Agent Manager" FONT 8, "MS Sans Serif"