diff options
author | jcid <devnull@localhost> | 2008-04-11 15:12:06 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-11 15:12:06 +0200 |
commit | cac859fe118a523edc80f745ed57d49568fc0b2d (patch) | |
tree | 5ff153c2246d0b59bd6c6cf3d0364716f01709f2 /src | |
parent | 375f81c82e1dc8b7084d686d1da02fe8266c4388 (diff) |
.
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 3d0509dc..b1f5faf9 100644 --- a/src/html.cc +++ b/src/html.cc @@ -4239,7 +4239,7 @@ static Dstr *Html_build_query_data(DilloHtmlForm *form, int active_submit) /* * Submit the form containing the submit input by making a new query URL * and sending it with a_Nav_push. - * (Called by GTK+) + * (Called by a_Html_form_event_handler()) * click_x and click_y are used only by input images and are set only when * called by Html_image_clicked. GTK+ does NOT give these arguments. */ |