[WINLOGON]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 30 Jun 2014 20:26:03 +0000 (20:26 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 30 Jun 2014 20:26:03 +0000 (20:26 +0000)
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

reactos/base/system/winlogon/res/COPYING [new file with mode: 0644]
reactos/base/system/winlogon/res/winlogon.ico [new file with mode: 0644]
reactos/base/system/winlogon/winlogon.rc

diff --git a/reactos/base/system/winlogon/res/COPYING b/reactos/base/system/winlogon/res/COPYING
new file mode 100644 (file)
index 0000000..36e2edd
--- /dev/null
@@ -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.
diff --git a/reactos/base/system/winlogon/res/winlogon.ico b/reactos/base/system/winlogon/res/winlogon.ico
new file mode 100644 (file)
index 0000000..c87caf4
Binary files /dev/null and b/reactos/base/system/winlogon/res/winlogon.ico differ
index d3c4747..2386402 100644 (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)