[ros-diffs] [dreimer] 27420: - Whitespace trim - Finally managed to get another ReactOS Source Default Folder. Easier for n00bs and needed for my "svn create" feature. thx to kichik for help :-)

dreimer at svn.reactos.org dreimer at svn.reactos.org
Fri Jul 6 11:17:05 CEST 2007


Author: dreimer
Date: Fri Jul  6 13:17:05 2007
New Revision: 27420

URL: http://svn.reactos.org/svn/reactos?rev=27420&view=rev
Log:
- Whitespace trim
- Finally managed to get another ReactOS Source Default Folder. Easier for n00bs and needed for my "svn create" feature. thx to kichik for help :-)

Modified:
    trunk/tools/RosBE-Windows/Root/LICENSE.txt
    trunk/tools/RosBE-Windows/RosSourceDir.nsh

Modified: trunk/tools/RosBE-Windows/Root/LICENSE.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/LICENSE.txt?rev=27420&r1=27419&r2=27420&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Root/LICENSE.txt (original)
+++ trunk/tools/RosBE-Windows/Root/LICENSE.txt Fri Jul  6 13:17:05 2007
@@ -1,4 +1,4 @@
-            ReactOS Build Environment v0.3.7
+ReactOS Build Environment v0.3.7
 
 Various parts of the ReactOS Build Environment are under different license's, the license's are as follows.
 (The complete text for each license is included in this document)

Modified: trunk/tools/RosBE-Windows/RosSourceDir.nsh
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/RosSourceDir.nsh?rev=27420&r1=27419&r2=27420&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/RosSourceDir.nsh (original)
+++ trunk/tools/RosBE-Windows/RosSourceDir.nsh Fri Jul  6 13:17:05 2007
@@ -6,7 +6,7 @@
 
     Function RosDir.show
         !insertmacro MUI_HEADER_TEXT "Select ReactOS Source Location" "Select the directory where the ReactOS sources are located or will be checked out to later."
-        !insertmacro MUI_INSTALLOPTIONS_WRITE "RosSourceDir.ini" "Field 2" "State" "$INSTDIR"
+        !insertmacro MUI_INSTALLOPTIONS_WRITE "RosSourceDir.ini" "Field 2" "State" "$INSTDIR\Source"
         !insertmacro MUI_INSTALLOPTIONS_DISPLAY "RosSourceDir.ini"
     FunctionEnd
 




More information about the Ros-diffs mailing list