Add Branch: to label

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-09-03 09:29:07 +00:00
parent 397d4807c5
commit bee2ff2d50
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-08-26 Martin Vermeer <martin.vermeer@hut.fi>
* insetbranch.C: Add Branch: to label
2003-09-02 John Levon <levon@movementarian.org>
* insettext.h:

View File

@ -97,7 +97,7 @@ void InsetBranch::setButtonLabel()
font.decSize();
font.decSize();
setLabel(params_.branch);
setLabel("Branch: " + params_.branch);
font.setColor(LColor::foreground);
string const color = params_.branchlist.getColor(params_.branch);
if (!color.empty()) {
@ -148,7 +148,6 @@ dispatch_result InsetBranch::localDispatch(FuncRequest const & cmd)
}
int InsetBranch::latex(Buffer const & buf, ostream & os,
LatexRunParams const & runparams) const
{