diff options
author | jcid <devnull@localhost> | 2008-06-18 21:59:47 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-18 21:59:47 +0200 |
commit | bf81ea10a2b7c648a5db06517f569d92645e830a (patch) | |
tree | 4e1e1191ffe4011d18533f4dce0dcd2b0bdddce9 /src/html.cc | |
parent | 71b04ff71d02a88383ba2887e775187b20cb99b8 (diff) |
- Minor cleanups.
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc index da7787c0..b6c8b1ea 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2104,6 +2104,7 @@ static void Html_tag_open_frame (DilloHtml *html, const char *tag, int tagsize) } style_attrs.textDecoration |= TEXT_DECORATION_UNDERLINE; style_attrs.x_link = Html_set_new_link(html, &url); + style_attrs.cursor = CURSOR_POINTER; link_style = Style::create (HT2LT(html), &style_attrs); textblock->addParbreak (5, S_TOP(html)->style); |