Author: hbelusca
Date: Fri May 27 01:06:35 2016
New Revision: 71422

URL: http://svn.reactos.org/svn/reactos?rev=71422&view=rev
Log:
[REACTOS]: Add a desktop shortcut to the ReadMe file of ReactOS, on both the 
livecd and installation. Useful for people discovering ReactOS for the first 
time.

Modified:
    trunk/reactos/boot/bootdata/CMakeLists.txt
    trunk/reactos/media/inf/shortcuts.inf

Modified: trunk/reactos/boot/bootdata/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/CMakeLists.txt?rev=71422&r1=71421&r2=71422&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/CMakeLists.txt  [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/CMakeLists.txt  [iso-8859-1] Fri May 27 
01:06:35 2016
@@ -51,6 +51,7 @@
 ## NOTE: What would be nice is to create this list using 
/media/inf/shortcuts.inf
 ## and taking their default english translation!
 add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/livecd_start.cmd" DESTINATION 
"Profiles/Default User/My Documents" FOR livecd)
+add_livecd_shortcut("Read Me" readme.txt "Profiles/All Users/Desktop")
 add_livecd_shortcut("Command Prompt" cmd.exe "Profiles/All Users/Desktop")
 add_livecd_shortcut("Device Manager" devmgmt.exe "Profiles/All Users/Start 
Menu/Programs/Administrative Tools")
 add_livecd_shortcut("Event Viewer" eventvwr.exe "Profiles/All Users/Start 
Menu/Programs/Administrative Tools")

Modified: trunk/reactos/media/inf/shortcuts.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/shortcuts.inf?rev=71422&r1=71421&r2=71422&view=diff
==============================================================================
--- trunk/reactos/media/inf/shortcuts.inf       [iso-8859-1] (original)
+++ trunk/reactos/media/inf/shortcuts.inf       [iso-8859-1] Fri May 27 
01:06:35 2016
@@ -14,6 +14,7 @@
 GamesShortcuts=2, %GAMES%
 
 [DesktopShortcuts]
+%SystemRoot%\readme.txt, %README_TITLE%, %README_DESC%, 0
 %SystemRoot%\system32\cmd.exe, %CMD_TITLE%, %CMD_DESC%, 0, 
%HOMEDRIVE%%HOMEPATH%
 %SystemRoot%\system32\rapps.exe, %RAPPS_TITLE_SHORT%, %RAPPS_DESC%, 0
 
@@ -69,6 +70,9 @@
 ENTERTAINMENT=Entertainment
 COMMUNICATIONS=Communications
 GAMES=Games
+
+README_TITLE=Read Me
+README_DESC=ReactOS Read Me
 
 CMD_TITLE=Command Prompt
 CMD_DESC=Open command prompt
@@ -511,6 +515,9 @@
 COMMUNICATIONS=Communications
 GAMES=Jeux
 
+README_TITLE=Lisez-Moi
+README_DESC=Fichier Lisez-Moi pour ReactOS
+
 CMD_TITLE=Invite de commandes
 CMD_DESC=Ouvrir l'invite de commandes
 EXPLORER_TITLE=Explorateur ReactOS


Reply via email to