allpy
changeset 43:cda84bb3f686
download link
author | boris <bnagaev@gmail.com> |
---|---|
date | Wed, 15 Sep 2010 21:29:12 +0400 |
parents | 901ca2aa9375 |
children | 6724650b2175 |
files | blocks3d-wt-widget.C |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/blocks3d-wt-widget.C Wed Sep 15 21:28:43 2010 +0400 1.2 +++ b/blocks3d-wt-widget.C Wed Sep 15 21:29:12 2010 +0400 1.3 @@ -262,7 +262,7 @@ 1.4 Wt::WFileResource* html_download = 1.5 new Wt::WFileResource("application/octet-stream", tempfile_html, this); 1.6 new Wt::WBreak(results_panel); 1.7 - Wt::WAnchor* a_download = new Wt::WAnchor(html_download, "View", results_panel); 1.8 + new Wt::WAnchor(html_download, "Download", results_panel); 1.9 1.10 // FIXME Anchor 1.11