Give y'all a graphics icon on the toolbar again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-03-10 09:46:24 +00:00
parent 2f89a888d3
commit 7ab854c0ed
4 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-10 Angus Leeming <leeming@lyx.org>
* images/graphics-insert.xpm: rename as
dialog-show-new-inset_graphics.xpm.
2003-03-05 Angus Leeming <leeming@lyx.org>
* ui/default.ui: use 'dialog-show-new-inset "graphics"' instead

View File

@ -1,3 +1,8 @@
2003-03-10 Angus Leeming <leeming@lyx.org>
* LyXAction.C (init): fix bug in poplating array with multiple entries
with the same LFUN (spotted by JMarc).
2003-03-10 John Levon <levon@movementarian.org>
* text.C:

View File

@ -404,7 +404,7 @@ void LyXAction::init()
{ LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-new-inset",
N_("Show the inset's dialog"), Noop },
{ LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-next-inset",
{ LFUN_DIALOG_SHOW_NEXT_INSET, "dialog-show-next-inset",
N_("Show the inset's dialog"), Noop },
{ LFUN_DIALOG_UPDATE, "dialog-update",
N_("Update the dialog"), Noop },