From: Pavel Sanda Date: Fri, 13 Feb 2009 15:11:52 +0000 (+0000) Subject: Greetings from gimp. X-Git-Tag: 2.0.0~7226 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=701506f356f200b8f565f0ea957eceb363bc3f4d;p=features.git Greetings from gimp. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28481 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index ca4b521ec9..68af75ddcc 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1345,6 +1345,7 @@ lib_images_files = Split(''' amssymb.png banner.png bookmark-goto.png + bookmark-goto_0.png bookmark-save.png box-insert.png break-line.png diff --git a/lib/Makefile.am b/lib/Makefile.am index e5a5c4a8d8..515a943e04 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -260,6 +260,7 @@ dist_images_DATA = \ images/amssymb.png \ images/banner.png \ images/bookmark-goto.png \ + images/bookmark-goto_0.png \ images/bookmark-save.png \ images/box-insert.png \ images/break-line.png \ diff --git a/lib/images/bookmark-goto_0.png b/lib/images/bookmark-goto_0.png new file mode 100644 index 0000000000..470bde2dff Binary files /dev/null and b/lib/images/bookmark-goto_0.png differ diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 37f1a04859..ae324b98eb 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -67,6 +67,7 @@ ToolbarSet Item "Copy" "copy" Item "Paste" "paste" Item "Find and replace" "dialog-show findreplace" + Item "Navigate back" "bookmark-goto 0" Separator Item "Toggle emphasis" "font-emph" Item "Toggle noun" "font-noun"