mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
397d4807c5
commit
bee2ff2d50
@ -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:
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user