diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_options.h b/include/m_options.h index b8af09a177..b60b84a711 100644 --- a/include/m_options.h +++ b/include/m_options.h @@ -77,6 +77,7 @@ struct OPTIONSDIALOGPAGE };
};
+#define ODPF_ICON 2 // dwInitParam contains icon id
#define ODPF_BOLDGROUPS 4 // give group box titles a bold font
#define ODPF_UNICODE 8 // string fields in OPTIONSDIALOGPAGE are wchar_t*
#define ODPF_USERINFOTAB 16 // options page is tabbed
|