]> git.lyx.org Git - features.git/commitdiff
I like gimp.
authorPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 17:47:14 +0000 (17:47 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 17:47:14 +0000 (17:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25985 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/images/dialog-show_vc-log.png [new file with mode: 0644]
lib/images/vc-check-in.png [new file with mode: 0644]
lib/images/vc-check-out.png [new file with mode: 0644]
lib/images/vc-register.png [new file with mode: 0644]
lib/images/vc-revert.png [new file with mode: 0644]

index 385e207abccf27c2a2b6dd21f31d738bc2294441..8fa0ff119369633c1b1b5552a032b849ffa7e5f4 100644 (file)
@@ -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
index e85946edd6f2dde86a5985896a9c2d4ee7d6d7e7..831871b13845e041d265437aeaae45a097018a66 100644 (file)
@@ -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 (file)
index 0000000..e5777a0
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 (file)
index 0000000..086d01b
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 (file)
index 0000000..c4ef17d
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 (file)
index 0000000..30781c7
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 (file)
index 0000000..3c76292
Binary files /dev/null and b/lib/images/vc-revert.png differ