Fix bug #10194: Space missing in UI.

(cherry picked from commit 6f88e11da3)
This commit is contained in:
Richard Heck 2016-06-06 20:41:07 -04:00
parent c8a7759fdc
commit 20d9da5b5d
2 changed files with 3 additions and 1 deletions

View File

@ -354,7 +354,7 @@ InsetRef::type_info const InsetRef::types[] = {
{ "vpageref", N_("Textual Page Number"), N_("TextPage: ")},
{ "vref", N_("Standard+Textual Page"), N_("Ref+Text: ")},
{ "formatted", N_("Formatted"), N_("Format: ")},
{ "nameref", N_("Reference to Name"), N_("NameRef:")},
{ "nameref", N_("Reference to Name"), N_("NameRef: ")},
{ "", "", "" }
};

View File

@ -56,6 +56,8 @@ What's new
- Raise GuiView on buffer switch to bring it topmost in multi-window mode.
- Fix smal typo in Reference dialog (bug 10194).
* INTERNALS