hh: Add an icon.

oldstable
Francois Gouget 2015-03-18 17:09:44 +01:00 committed by Alexandre Julliard
parent b436b4b2b9
commit ab99567fe1
4 changed files with 1873 additions and 0 deletions

View File

@ -3,3 +3,7 @@ APPMODE = -mwindows
C_SRCS = \
main.c
RC_SRCS = hh.rc
SVG_SRCS = winhelp.svg

23
programs/hh/hh.rc 100644
View File

@ -0,0 +1,23 @@
/*
* Help Viewer
*
* Copyright 1996 Ulrich Schmid
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: winhelp.ico */
101 ICON winhelp.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 86 KiB