Suppress empty label at top of Edit Tags dialog
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 12 Mar 2016 13:33:05 +0000 (14:33 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 12 Mar 2016 13:37:27 +0000 (14:37 +0100)
commit476926444bc43c8de2ec2fcf9da505050daf70cc
tree31fad4dc60f2c0593d307bf546ff23b9320a177d
parentc4709fa28f09b91b7d36c17cce477b7b9b498e6e
Suppress empty label at top of Edit Tags dialog

There is a Label Option above the text memo of the Edit Tags dialog
that can display a message, but it is only used in cmail mode, and
is passed as a NULL pointer otherwise. (On which GenericPopup then
crashed when it wanted to attach a help click.) Now we simply suppress
display of that widget when there is no message.
dialogs.c