menue.cpp/h: re add SUB_HEAD option with some samples inside test menu

Origin commit data
------------------
Commit: b1e643e9fb
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-03 (Wed, 03 Apr 2019)
This commit is contained in:
2019-04-03 23:24:44 +02:00
committed by vanhofen
parent 00b73c9e68
commit a301eb4741
3 changed files with 28 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ class CMenuSeparator : public CMenuItem
ALIGN_CENTER = 4,
ALIGN_LEFT = 8,
ALIGN_RIGHT = 16,
SUB_HEAD = 0 //32 deprecated and invalid, only here for compatibility //TODO: remove global
SUB_HEAD = 32 // description "SUB_HEAD" seems is misleading
};