From: Pavel Sanda Date: Tue, 29 Jul 2008 17:47:14 +0000 (+0000) Subject: I like gimp. X-Git-Tag: 1.6.10~3803 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=acb9a738b779c0e4f0c8f734ee1027fb1dd6f2e1;p=lyx.git I like gimp. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25985 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 385e207abc..8fa0ff1193 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1398,6 +1398,11 @@ lib_images_files = Split(''' layout_Section.png lyx-quit.png lyx.png + vc-check-in.png + vc-check-out.png + dialog-show_vc-log.png + vc-register.png + vc-revert.png marginalnote-insert.png math-display.png math-macro-add-greedy-optional-param.png diff --git a/lib/Makefile.am b/lib/Makefile.am index e85946edd6..831871b138 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -326,6 +326,11 @@ dist_images_DATA = \ images/layout_Section.png \ images/lyx-quit.png \ images/lyx.png \ + images/vc-check-in.png \ + images/vc-check-out.png \ + images/dialog-show_vc-log.png \ + images/vc-register.png \ + images/vc-revert.png \ images/marginalnote-insert.png \ images/math-display.png \ images/math-macro-add-greedy-optional-param.png \ diff --git a/lib/images/dialog-show_vc-log.png b/lib/images/dialog-show_vc-log.png new file mode 100644 index 0000000000..e5777a0a98 Binary files /dev/null and b/lib/images/dialog-show_vc-log.png differ diff --git a/lib/images/vc-check-in.png b/lib/images/vc-check-in.png new file mode 100644 index 0000000000..086d01bc1c Binary files /dev/null and b/lib/images/vc-check-in.png differ diff --git a/lib/images/vc-check-out.png b/lib/images/vc-check-out.png new file mode 100644 index 0000000000..c4ef17dac0 Binary files /dev/null and b/lib/images/vc-check-out.png differ diff --git a/lib/images/vc-register.png b/lib/images/vc-register.png new file mode 100644 index 0000000000..30781c7edc Binary files /dev/null and b/lib/images/vc-register.png differ diff --git a/lib/images/vc-revert.png b/lib/images/vc-revert.png new file mode 100644 index 0000000000..3c762925b6 Binary files /dev/null and b/lib/images/vc-revert.png differ