Minor poke to interface.c (terminology)
I think "location bar" is a more idiomatic term for it than "url-box". The exclamation point is also extraneous. The feature of the clear_url_button itself is awesome! Thanks for adding it. --- dillo-0.7.1/src/interface.c Sun Mar 9 07:08:00 2003 +++ dillo-0.7.1-mine/src/interface.c Sun Mar 30 16:38:54 2003 @@ -391,7 +391,7 @@ static GtkWidget *Interface_locbar_new(B bw->clear_url_button = gtk_toolbar_append_item( GTK_TOOLBAR(toolbar), - NULL, "Clear the url-box!", "Toolbar/New", + NULL, "Clear the location bar", "Toolbar/New", Interface_pixmap_new(bw->main_window, s_new_xpm), NULL, NULL); gtk_signal_connect_object(GTK_OBJECT(bw->clear_url_button), "clicked", -- Chris music is what numbers feel like San Francisco, CA
participants (1)
-
Chris Palmer