Mercurial > mercurial > hgweb_searcher03.cgi
diff src/bprint.cpp @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | bbd65edf71d4 |
children | 92188f60323d |
line wrap: on
line diff
--- a/src/bprint.cpp Mon Dec 08 19:47:42 2014 +0900 +++ b/src/bprint.cpp Wed Dec 17 00:52:43 2014 +0900 @@ -1,5 +1,5 @@ // Filename : bprint.cpp -// Last Change: 21-May-2014. +// Last Change: 12-Aug-2014. // #include "bprint.h" @@ -174,6 +174,8 @@ wxCopyFile( file, tmpjpg, true ); } html = html + wxT("<img src=\"") + tmpjpg + wxT("\" width=\"750\" height=\"1060\"/>"); + html = html + wxT("<div align=right><font size=-2><u>") + m_grid->GetCellValue( r, 0 ) + wxT("</u></font></div>"); + cout = dir.GetNext( &file ); n++; }