X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fwin32%2Fui%2Fwin32ui.rc;h=a3d7cb2f1a11e7c4c07f1178f972e15ef2565fcd;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=5f49da6389ecacb17e56236807b7b579cfb4a4b1;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/win32/ui/win32ui.rc b/src/win32/ui/win32ui.rc index 5f49da6..a3d7cb2 100644 --- a/src/win32/ui/win32ui.rc +++ b/src/win32/ui/win32ui.rc @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -7,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" @@ -28,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" \ @@ -39,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"