mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
The inset connection is not needed as the dialog will retrieve the inset from the cursor location.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25145 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f276338227
commit
34739e59f7
@ -142,7 +142,7 @@ void InsetInfo::write(ostream & os) const
|
||||
|
||||
bool InsetInfo::showInsetDialog(BufferView * bv) const
|
||||
{
|
||||
bv->showDialog("info", "", const_cast<InsetInfo *>(this));
|
||||
bv->showDialog("info");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user