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:
Jürgen Spitzmüller 2004-03-16 10:48:10 +00:00
parent 4ad4dd0273
commit d6ed2fc309
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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: