Move ToolTip globals to OptionDialog and make them static const

Authored by mreeves on Dec 25 2019, 11:54 PM.

Description

Move ToolTip globals to OptionDialog and make them static const

The use of non-POD types in global context is an unspecfied grey area.
Generally it will work however this is not garenteed anywhere. In any event
static member variables have a much clearer connection to their class.

Details

Committed
mreevesDec 25 2019, 11:54 PM
Parents
R983:cac173bbf150: Use ranged for syntax in place of iterator loops.
Branches
Unknown
Tags
Unknown