diff options
Diffstat (limited to 'src/html.cc')
-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. */ |