diff options
author | corvid <corvid@lavabit.com> | 2009-11-09 21:44:04 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-11-09 21:44:04 +0000 |
commit | 225e51094971a08af9f1ace50fab87525e775130 (patch) | |
tree | c715569fbc5b3d69bc7dd256061cd676c85b38e6 /src | |
parent | f72c4e24044af3b1417ee0a6f5d3e868a9e3e1da (diff) |
fix some references to DwPage
Diffstat (limited to 'src')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 4fd6ab91..3f5a10ba 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1218,7 +1218,7 @@ static bool Html_match_tag(const char *tagstr, char *tag, int tagsize) /* * This function is called after popping the stack, to - * handle nested DwPage widgets. + * handle nested Textblock widgets. */ static void Html_eventually_pop_dw(DilloHtml *html, bool hand_over_break) { |