diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-26 21:17:58 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-26 21:17:58 +0300 |
commit | 3e94f8e5669f8b15eb7588eaf50a7491d2add462 (patch) | |
tree | 180a509b1edf3369965ed8db485ffe27293f1a43 /include | |
parent | fc0e0ead04049b31e8c4631aec30f2cf814bd568 (diff) |
mir_app: added module name to menu form
Diffstat (limited to 'include')
-rw-r--r-- | include/m_genmenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_genmenu.h b/include/m_genmenu.h index 01e8c60da7..5e1f5cd139 100644 --- a/include/m_genmenu.h +++ b/include/m_genmenu.h @@ -39,6 +39,7 @@ struct TMO_MenuItem {
int position;
const char *pszService;
+ const char *Module;
HGENMENU root;
MAllStrings name;
int flags; // set of CMIF_* constants
|