allpy
changeset 50:89595ab730db
anchor
author | boris <bnagaev@gmail.com> |
---|---|
date | Wed, 15 Sep 2010 23:47:16 +0400 |
parents | 768f11381153 |
children | 93deb31f740a |
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 22:46:09 2010 +0400 1.2 +++ b/blocks3d-wt-widget.C Wed Sep 15 23:47:16 2010 +0400 1.3 @@ -283,7 +283,7 @@ 1.4 Wt::WFileResource* html_download = 1.5 new Wt::WFileResource("application/html", tempfile_html, this); 1.6 new Wt::WBreak(results_panel); 1.7 - Wt::WAnchor* a = new Wt::WAnchor(html_download, "Download", results_panel); 1.8 + new Wt::WAnchor(html_download, "Download", results_panel); 1.9 1.10 // FIXME Anchor 1.11