Author: hbelusca
Date: Mon Jun 30 20:26:03 2014
New Revision: 63679
URL:
http://svn.reactos.org/svn/reactos?rev=63679&view=rev
Log:
[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.
Added:
trunk/reactos/base/system/winlogon/res/ (with props)
trunk/reactos/base/system/winlogon/res/COPYING (with props)
trunk/reactos/base/system/winlogon/res/winlogon.ico (with props)
Modified:
trunk/reactos/base/system/winlogon/winlogon.rc
Propchange: trunk/reactos/base/system/winlogon/res/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Mon Jun 30 20:26:03 2014
@@ -0,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: trunk/reactos/base/system/winlogon/res/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: trunk/reactos/base/system/winlogon/res/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: trunk/reactos/base/system/winlogon/res/
------------------------------------------------------------------------------
tsvn:logminsize = 10
Added: trunk/reactos/base/system/winlogon/res/COPYING
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/res/C…
==============================================================================
--- trunk/reactos/base/system/winlogon/res/COPYING (added)
+++ trunk/reactos/base/system/winlogon/res/COPYING [iso-8859-1] Mon Jun 30 20:26:03 2014
@@ -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.
Propchange: trunk/reactos/base/system/winlogon/res/COPYING
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/system/winlogon/res/winlogon.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/res/w…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/base/system/winlogon/res/winlogon.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/base/system/winlogon/winlogon.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/winlo…
==============================================================================
--- trunk/reactos/base/system/winlogon/winlogon.rc [iso-8859-1] (original)
+++ trunk/reactos/base/system/winlogon/winlogon.rc [iso-8859-1] Mon Jun 30 20:26:03 2014
@@ -2,17 +2,15 @@
#include <winuser.h>
#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)