Fix display of the style name in the BibTeX Bibliography panel

* src/frontends/controllers/ControlBibtex.C
	(ControlBibtex::getStylefile): get the correct parameter.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16374 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2006-12-22 01:12:43 +00:00
parent 5ad83ced7c
commit c55d189873
2 changed files with 5 additions and 5 deletions

View File

@ -105,10 +105,6 @@ OTHER PANELS
for me, and hence does not fit into the window.
(JSpitzm 2006-11-06)
* The style name in the BibTeX Bibliography panel (near the Browse... button)
disappears after closing and reopening the panel.
(Enrico 2006-12-01)
MULTIPLE WINDOWS / DOCUMENTS
@ -617,3 +613,7 @@ CREDITS:
the mouse pointer turns into a clock, although it waits for confirmation
FIXED (Enrico 2006-12-21)
* The style name in the BibTeX Bibliography panel (near the Browse... button)
disappears after closing and reopening the panel.
FIXED (Enrico 2006-12-22)

View File

@ -151,7 +151,7 @@ string const ControlBibtex::getStylefile() const
break;
}
docstring bst = params()["btprint"];
docstring bst = params()["options"];
if (bibtotoc()){
// bibstyle exists?
if (contains(bst, ',')) {