summaryrefslogtreecommitdiff
path: root/src/textbuf_gui.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-01-12 22:27:19 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-04-24 17:40:11 +0200
commitdcb2571888f58aee2e5aa3512f36707a3adde472 (patch)
tree7259a829d22a76db084e07aa4d66b157e2704638 /src/textbuf_gui.h
parent66cd32a252ee0edab11448b560371878b2189223 (diff)
downloadopenttd-dcb2571888f58aee2e5aa3512f36707a3adde472.tar.xz
Add: Warn players that company passwords are not truly secure
Diffstat (limited to 'src/textbuf_gui.h')
-rw-r--r--src/textbuf_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textbuf_gui.h b/src/textbuf_gui.h
index ec134c11c..e8f5159f9 100644
--- a/src/textbuf_gui.h
+++ b/src/textbuf_gui.h
@@ -22,6 +22,7 @@ enum QueryStringFlags {
QSF_ACCEPT_UNCHANGED = 0x01, ///< return success even when the text didn't change
QSF_ENABLE_DEFAULT = 0x02, ///< enable the 'Default' button ("\0" is returned)
QSF_LEN_IN_CHARS = 0x04, ///< the length of the string is counted in characters
+ QSF_PASSWORD = 0x08, ///< password entry box, show warning about password security
};
DECLARE_ENUM_AS_BIT_SET(QueryStringFlags)