mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 19:34:25 +03:00
[project @ 2004-06-17 21:41:11 by joty]
Added comment on struct form_option::text. svn path=/import/netsurf/; revision=977
This commit is contained in:
parent
49b83f0a9b
commit
e773536c97
@ -83,7 +83,7 @@ struct form_option {
|
||||
bool selected;
|
||||
bool initial_selected;
|
||||
char* value;
|
||||
char* text;
|
||||
char* text; /**< NUL terminated. */
|
||||
struct form_option* next;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user