summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-06-10 13:48:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-06-10 13:48:07 +0300
commita7ebec2c8597f4381ce22ae9933d5706107d1329 (patch)
tree764efb1a8382109cd3fa33bffbf4dde744e33121 /include
parent9e63345f7d59d8f168b14e0cbcd1365143286745 (diff)
StdUserInfo:
- ability to gather embedded screens into the tree subitems instead of tabs - fix for the page sorting order
Diffstat (limited to 'include')
-rw-r--r--include/m_userinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_userinfo.h b/include/m_userinfo.h
index 897b42ea2b..7d91faa3f7 100644
--- a/include/m_userinfo.h
+++ b/include/m_userinfo.h
@@ -46,7 +46,7 @@ struct USERINFOPAGE
{
MAllStrings szTitle, szGroup; // [TRANSLATED-BY-CORE]
HPLUGIN pPlugin;
- uint32_t flags;
+ uint32_t flags; // ODPF_*, look at m_options.h
CUserInfoPageDlg *pDialog;
// used in UInfoEx only