mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Add MSG_NOPREFIX flag for user messages
It forces do not prepend error/warning prefix.
This commit is contained in:
@@ -69,6 +69,9 @@ public:
|
||||
/** Force blocking, modal message box dialog (not just OS notification) */
|
||||
MODAL = 0x10000000U,
|
||||
|
||||
/** Do not prepend error/warning prefix */
|
||||
MSG_NOPREFIX = 0x20000000U,
|
||||
|
||||
/** Do not print contents of message to debug log */
|
||||
SECURE = 0x40000000U,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user