mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27684 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6f4fb4944
commit
78ab480e72
@ -418,7 +418,7 @@ void InsetFloat::setNewLabel(BufferParams const & bp)
|
||||
{
|
||||
docstring lab = _("float: ");
|
||||
|
||||
if( params_.subfloat )
|
||||
if (params_.subfloat)
|
||||
lab = _("subfloat: ");
|
||||
|
||||
lab += floatName(params_.type, bp);
|
||||
|
Loading…
Reference in New Issue
Block a user