2011-02-18 20:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    * Changed SVN download command to use http (instead of https)
      Even though the https version is the official flavor shown on sf.net.
      Interesting even such trivial matter can generate support question,
      with too complicate answer.

  * contrib/hbqt/hbmk2_qt.hbs
    ! Typo in comment. Copied from Francesco's test version of the plugin.
This commit is contained in:
Viktor Szakats
2011-02-18 19:45:44 +00:00
parent 2464db67f9
commit 45b677c7ec
3 changed files with 12 additions and 2 deletions

View File

@@ -16,6 +16,16 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-18 20:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* Changed SVN download command to use http (instead of https)
Even though the https version is the official flavor shown on sf.net.
Interesting even such trivial matter can generate support question,
with too complicate answer.
* contrib/hbqt/hbmk2_qt.hbs
! Typo in comment. Copied from Francesco's test version of the plugin.
2011-02-18 13:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbrun/hbrun.prg
* Setting app icon.

View File

@@ -1683,7 +1683,7 @@ HARBOUR
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/
Source Repository Checkout (anonymous) [needs Subversion]:
svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
svn co http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
Miscellaneous documents:
/doc subdirectory under this directory.

View File

@@ -1313,7 +1313,7 @@ METHOD HbQtSource:build()
ENDIF
IF !empty( ::cmntd_ )
aadd( aLine, " * " )
aadd( aLine, " * " + "*** Commented out protostypes ***" )
aadd( aLine, " * " + "*** Commented out prototypes ***" )
aadd( aLine, " * " )
aeval( ::cmntd_, {|e| aadd( aLine, " * " + e ) } )
ENDIF