mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
[project @ 2005-04-30 14:38:43 by adrianl]
Hide non-functional Help button svn path=/import/netsurf/; revision=1705
This commit is contained in:
parent
b05bef4a61
commit
e22f12e223
@ -123,6 +123,9 @@ query_id query_user(const char *query, const char *detail, const query_callback
|
||||
|
||||
ro_gui_set_icon_string(qw->window, ICON_QUERY_MESSAGE, query_buffer);
|
||||
|
||||
xwimp_set_icon_state(qw->window, ICON_QUERY_HELP,
|
||||
wimp_ICON_DELETED, wimp_ICON_DELETED);
|
||||
|
||||
ro_gui_open_window_centre(NULL, qw->window);
|
||||
|
||||
error = xwimp_set_caret_position(qw->window, (wimp_i)-1, 0, 0, 1 << 25, -1);
|
||||
|
Loading…
Reference in New Issue
Block a user