2012-11-18 02:07 UTC+0100 Viktor Szakats (vszakats syenar.net)

- doc/readme.txt
  + doc/welcome.txt
  * doc/Makefile
  * package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.nsi
    * making room for "real" readme.txt

  * tests/transtst.prg
    * minor
This commit is contained in:
Viktor Szakats
2012-11-18 01:09:06 +00:00
parent 87f6974b74
commit 42dc81fcf7
6 changed files with 15 additions and 4 deletions

View File

@@ -16,6 +16,17 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-18 02:07 UTC+0100 Viktor Szakats (vszakats syenar.net)
- doc/readme.txt
+ doc/welcome.txt
* doc/Makefile
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.nsi
* making room for "real" readme.txt
* tests/transtst.prg
* minor
2012-11-18 02:02 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbgd/tests/test_out.prg
* contrib/hbmisc/spd.c

View File

@@ -26,7 +26,7 @@ DOC_FILES := \
pcode.txt \
pp.txt \
pragma.txt \
readme.txt \
welcome.txt \
statics.txt \
todo.txt \
tracing.txt \

View File

@@ -19,7 +19,7 @@
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\win.bmp"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\readme.txt"
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\welcome.txt"
!define MUI_ICON "harb_win.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico"

View File

@@ -18,7 +18,7 @@ SetCompressor /solid lzma
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\win.bmp"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\readme.txt"
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\welcome.txt"
!define MUI_ICON "..\harb_win.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico"

View File

@@ -311,7 +311,7 @@ PROC tofix()
#ifndef __HARBOUR__
FUNC SToD( s )
FUNCTION SToD( s )
LOCAL cDf := Set( _SET_DATEFORMAT, "YYYY/MM/DD" ), dt