[WINLOGON]

Add a suitable icon, from the "Farm-Fresh Icon Set" pack of "FatCow Web Hosting" (http://www.fatcow.com/), under a Creative Commons Attribution 3.0 License. See the COPYING file for more details.

svn path=/trunk/; revision=63679
This commit is contained in:
Hermès Bélusca-Maïto 2014-06-30 20:26:03 +00:00
parent 265497886f
commit 291c34f5c7
3 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,12 @@
Farm-Fresh Icon Set
FatCow Web Hosting - http://www.fatcow.com/
Terms of Use
============
These icon sets are licensed under a Creative Commons Attribution 3.0 License.
This means you can freely use these icons for any purpose, private and commercial,
including online services, templates, themes and software. However, you should
include a link to this page (http://www.fatcow.com/free-icons) in your credits
(software or website). The icons may not be resold, sub-licensed, rented, transferred
or otherwise made available for use. Please link to this page on fatcow.com if you
would like to spread the word.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -3,16 +3,14 @@
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon Application"
#define REACTOS_STR_INTERNAL_NAME "winlogon"
#define REACTOS_STR_ORIGINAL_FILENAME "winlogon.exe"
#include <reactos/version.rc>
/*
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_WINLOGON ICON "resources/winlogon.ico"
*/
IDI_WINLOGON ICON "res/winlogon.ico"
/* UTF-8 */
#pragma code_page(65001)