mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[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:
parent
265497886f
commit
291c34f5c7
3 changed files with 15 additions and 5 deletions
12
reactos/base/system/winlogon/res/COPYING
Normal file
12
reactos/base/system/winlogon/res/COPYING
Normal 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.
|
BIN
reactos/base/system/winlogon/res/winlogon.ico
Normal file
BIN
reactos/base/system/winlogon/res/winlogon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -3,16 +3,14 @@
|
||||||
|
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon Application"
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon Application"
|
||||||
#define REACTOS_STR_INTERNAL_NAME "winlogon"
|
#define REACTOS_STR_INTERNAL_NAME "winlogon"
|
||||||
#define REACTOS_STR_ORIGINAL_FILENAME "winlogon.exe"
|
#define REACTOS_STR_ORIGINAL_FILENAME "winlogon.exe"
|
||||||
#include <reactos/version.rc>
|
#include <reactos/version.rc>
|
||||||
|
|
||||||
/*
|
IDI_WINLOGON ICON "res/winlogon.ico"
|
||||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
||||||
|
|
||||||
IDI_WINLOGON ICON "resources/winlogon.ico"
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
Loading…
Reference in a new issue