mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
parent
8871229f5f
commit
33f9cfb796
@ -16,7 +16,7 @@ OutlinerName index "Index Entries" #no AddToToc (built-in)
|
|||||||
OutlinerName listing "Listings" #no AddToToc (built-in)
|
OutlinerName listing "Listings" #no AddToToc (built-in)
|
||||||
|
|
||||||
InsetLayout Marginal
|
InsetLayout Marginal
|
||||||
LabelString margin
|
LabelString Margin
|
||||||
LatexType command
|
LatexType command
|
||||||
LatexName marginpar
|
LatexName marginpar
|
||||||
Font
|
Font
|
||||||
|
@ -900,10 +900,10 @@ void InsetFloat::setSubfloat(bool s, bool update_label)
|
|||||||
|
|
||||||
void InsetFloat::setNewLabel()
|
void InsetFloat::setNewLabel()
|
||||||
{
|
{
|
||||||
docstring lab = _("float: ");
|
docstring lab = _("Float: ");
|
||||||
|
|
||||||
if (params_.subfloat)
|
if (params_.subfloat)
|
||||||
lab = _("subfloat: ");
|
lab = _("Subfloat: ");
|
||||||
|
|
||||||
lab += floatName(params_.type);
|
lab += floatName(params_.type);
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ void InsetWrap::setCaptionType(std::string const & type)
|
|||||||
{
|
{
|
||||||
InsetCaptionable::setCaptionType(type);
|
InsetCaptionable::setCaptionType(type);
|
||||||
params_.type = captionType();
|
params_.type = captionType();
|
||||||
setLabel(_("wrap: ") + floatName(type));
|
setLabel(_("Wrap: ") + floatName(type));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user