mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0cb6ceabf8
commit
3297922c24
@ -1,3 +1,8 @@
|
||||
2002-12-08 John Levon <levon@movementarian.org>
|
||||
|
||||
* ui/QExternalDialog.ui: connect Edit button; fix by
|
||||
Alfredo Braunstein
|
||||
|
||||
2002-12-07 John Levon <levon@movementarian.org>
|
||||
|
||||
* QMathMatrixDialog.C: row/column insert was inverted; fix
|
||||
|
@ -320,6 +320,12 @@
|
||||
<receiver>QExternalDialogBase</receiver>
|
||||
<slot>viewClicked()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>editPB</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>QExternalDialogBase</receiver>
|
||||
<slot>editClicked()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>externalCO</sender>
|
||||
<signal>activated(const QString&)</signal>
|
||||
|
Loading…
Reference in New Issue
Block a user