On Mon, 10 Feb 2003, Juergen Spitzmueller wrote:
> Joao Luis Meloni Assirati wrote:
> > unknown column separator: 't'
> > unknown column separator: 'b'
> >
> > The bug is present in 1.3.1cvs and 1.4.0cvs.
>
> This is probably my fault as I have been copying the matrix dialog from the
> tabular create and forgot to change the tooltips.
>
> Do you want to submit a patch or shall I?
I must pay for complaining on such irrelevant bug. OK, I made two patchs,
one for 1.3 and the other for 1.4 (they differ only in the ChangeLog).
Is there some emacs mode that indents code only with tabs, as required by
lyx code rules? Do you recommend another editor?
Regards,
Jo�o.
Index: src/frontends/qt2/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v
retrieving revision 1.393
diff -u -r1.393 ChangeLog
--- src/frontends/qt2/ChangeLog 2003/02/09 00:11:50 1.393
+++ src/frontends/qt2/ChangeLog 2003/02/10 19:45:46
@@ -1,3 +1,7 @@
+2003-02-10 Jo�o Luis Meloni Assirati <[EMAIL PROTECTED]>
+
+ * ui/QMathMatrixDialogBase.ui: Fix horizontal alignment tooltip
+
2003-02-08 John Levon <[EMAIL PROTECTED]>
* Makefile.am:
Index: src/frontends/qt2/ui/QMathMatrixDialogBase.ui
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ui/QMathMatrixDialogBase.ui,v
retrieving revision 1.1
diff -u -r1.1 QMathMatrixDialogBase.ui
--- src/frontends/qt2/ui/QMathMatrixDialogBase.ui 2003/01/13 10:33:22 1.1
+++ src/frontends/qt2/ui/QMathMatrixDialogBase.ui 2003/02/10 19:45:47
@@ -377,7 +377,7 @@
</property>
<property>
<name>toolTip</name>
- <string>Horizontal alignment per column (t,c,b)</string>
+ <string>Horizontal alignment per column (l,c,r)</string>
</property>
</widget>
<widget row="0" column="1" >
Index: src/frontends/qt2/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v
retrieving revision 1.389.2.3
diff -u -r1.389.2.3 ChangeLog
--- src/frontends/qt2/ChangeLog 2003/02/07 16:49:19 1.389.2.3
+++ src/frontends/qt2/ChangeLog 2003/02/10 22:33:12
@@ -1,3 +1,7 @@
+2003-02-10 Jo�o Luis Meloni Assirati <[EMAIL PROTECTED]>
+
+ * ui/QMathMatrixDialogBase.ui: Fix horizontal alignment tooltip
+
2003-02-07 John Levon <[EMAIL PROTECTED]>
* lyx_gui.C: delete lyxserver pipes (bug 865)
Index: src/frontends/qt2/ui/QMathMatrixDialogBase.ui
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ui/QMathMatrixDialogBase.ui,v
retrieving revision 1.1
diff -u -r1.1 QMathMatrixDialogBase.ui
--- src/frontends/qt2/ui/QMathMatrixDialogBase.ui 2003/01/13 10:33:22 1.1
+++ src/frontends/qt2/ui/QMathMatrixDialogBase.ui 2003/02/10 22:33:13
@@ -377,7 +377,7 @@
</property>
<property>
<name>toolTip</name>
- <string>Horizontal alignment per column (t,c,b)</string>
+ <string>Horizontal alignment per column (l,c,r)</string>
</property>
</widget>
<widget row="0" column="1" >