]> git.lyx.org Git - features.git/commit
Fix the guiName of external insets.
authorJulien Rioux <jrioux@lyx.org>
Tue, 13 Sep 2011 21:50:07 +0000 (21:50 +0000)
committerJulien Rioux <jrioux@lyx.org>
Tue, 13 Sep 2011 21:50:07 +0000 (21:50 +0000)
commita5f72061d18ed48f53a3d33db349137a9e93d7fd
tree8dae759d1f590e2a95a99c4e3b87ee019ed47254
parentb794fc078aba74c8bac30339f625d5a74a2f9a51
Fix the guiName of external insets.

  - Remove hack with $$AbsOrRelPath substitution in the guiName.
    Instead, let LyX display the filename automatically in the gui,
    consistent with InsetInclude.

  - Use the guiName in the drop-down menu in the dialog instead of the
    internal lyxName. These guiNames ought to be more descriptive.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39675 a592a061-630c-0410-9148-cb99ea01b6c8
lib/external_templates
src/frontends/qt4/GuiExternal.cpp
src/insets/InsetExternal.cpp