- fixed: The menu descriptors were not cleared on restart, leaving some menu data behind.
This commit is contained in:
parent
8180d34765
commit
42a34ddd58
2 changed files with 3 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ DEFINE_ACTION_FUNCTION(FOptionValues, GetText)
|
|||
}
|
||||
|
||||
|
||||
static void DeinitMenus()
|
||||
void DeinitMenus()
|
||||
{
|
||||
{
|
||||
FOptionMap::Iterator it(OptionValues);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue