Mercurial > mercurial > hgweb_searcher03.cgi
diff src/about.cpp @ 7:7ac7d28699af
Display DB update day.
Ask print image with mask or not.
author | pyon@macmini |
---|---|
date | Thu, 17 Oct 2013 19:54:23 +0900 |
parents | 0c0701a935f8 |
children | a2ad87cad48b |
line wrap: on
line diff
--- a/src/about.cpp Wed Sep 18 18:20:40 2013 +0900 +++ b/src/about.cpp Thu Oct 17 19:54:23 2013 +0900 @@ -1,5 +1,5 @@ // Filename : about.cpp -// Last Change: 18-Jun-2012. +// Last Change: 17-Oct-2013. // #include "common.h" @@ -58,7 +58,7 @@ m_richText->EndBold(); m_richText->Newline(); } - else if ( textfile[i].StartsWith( wxT("20")) ) { + else if ( textfile[i].StartsWith( wxT("20")) ) { // year m_richText->BeginAlignment( wxTEXT_ALIGNMENT_RIGHT ); m_richText->BeginItalic(); m_richText->WriteText( textfile[i] ); @@ -74,6 +74,7 @@ m_richText->BeginSymbolBullet( wxT("* "), 60, 0, wxTEXT_ATTR_BULLET_STYLE_SYMBOL ); m_richText->WriteText( textfile[i] ); m_richText->EndSymbolBullet(); + m_richText->Newline(); } } textfile.Close();