aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-10-21 21:03:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-10-21 21:03:47 +0200
commitddb82f115ca6da13c0bcc53839debc5cff718da0 (patch)
treecd16e2a5056d49aa53d695f5301b9c48f2c00133 /src/html.cc
parentff91aa184e37082b9614efecf8ac1b3fb5fec9af (diff)
parentdbd0e11d482699610d08455efe04f28f52d044d1 (diff)
merge
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc
index 1f69e21e..8019b4ef 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -2265,7 +2265,7 @@ misc::SimpleVector<int> *Html_read_coords(DilloHtml *html, const char *str)
if (!*newtail)
break;
if (*newtail != ',') {
- BUG_MSG("usemap coords MUST be separated by commas.\n");
+ BUG_MSG("area coords must be integers separated by commas.\n");
}
tail = newtail + 1;
}