mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend b3fbe4edfd
It is better to enumerate all possibilities. Now we have a list of special characters that do not have a tooltip.
This commit is contained in:
parent
58a4cd3082
commit
91507284cb
@ -108,7 +108,13 @@ docstring InsetSpecialChar::toolTip(BufferView const &, int, int) const
|
||||
case NOBREAKDASH:
|
||||
message = from_ascii("Protected Hyphen (SHY)");
|
||||
break;
|
||||
default:
|
||||
case LDOTS:
|
||||
case MENU_SEPARATOR:
|
||||
case PHRASE_LYX:
|
||||
case PHRASE_TEX:
|
||||
case PHRASE_LATEX2E:
|
||||
case PHRASE_LATEX:
|
||||
// no tooltip for these ones.
|
||||
break;
|
||||
}
|
||||
return message;
|
||||
|
Loading…
Reference in New Issue
Block a user