From bb5ce5686638a490d21884c0d0abb7d9ced68a29 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 7 Jun 2012 23:41:17 +0100 Subject: s/ACC_SET_NOSAVE/SET_NOSAVE/. --- set.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'set.h') diff --git a/set.h b/set.h index d4915546..2a3ce4d1 100644 --- a/set.h +++ b/set.h @@ -44,11 +44,11 @@ extern char *SET_INVALID; typedef enum { - SET_NOSAVE = 0x0001, - SET_NULL_OK = 0x0100, - SET_HIDDEN = 0x0200, - SET_PASSWORD = 0x0400, - SET_HIDDEN_DEFAULT = 0x0800, + SET_NOSAVE = 0x0001, /* Don't save this setting (i.e. stored elsewhere). */ + SET_NULL_OK = 0x0100, /* set->value == NULL is allowed. */ + SET_HIDDEN = 0x0200, /* Don't show up in setting lists. Mostly for internal storage. */ + SET_PASSWORD = 0x0400, /* Value shows up in settings list as "********". */ + SET_HIDDEN_DEFAULT = 0x0800, /* Hide unless changed from default. */ } set_flags_t; typedef struct set -- cgit v1.2.3