mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
use opening quotation marks after '[' char
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8493 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ad4dd0273
commit
d6ed2fc309
@ -1,3 +1,7 @@
|
||||
2004-03-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* insetquote.C: use opening quote after '[' char.
|
||||
|
||||
2004-03-09 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
* insetcollapsable.[Ch] (metrics, draw): implemented an inlined-Open
|
||||
|
@ -109,8 +109,7 @@ void InsetQuotes::getPosition(char c)
|
||||
{
|
||||
// Decide whether left or right
|
||||
switch (c) {
|
||||
case ' ': case '(':
|
||||
// FIXME: what about '['? (jspitzm)
|
||||
case ' ': case '(': case '[':
|
||||
side_ = LeftQ; // left quote
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user