summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-07-29 00:02:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-07-29 00:02:49 (GMT)
commit73af1bd66e5d1a2e30d56151532710f2b28d12df (patch)
tree88f98194359accd8349193f4cbe3c4cabee24d23 /pixmaps
parentf150f36ee0297b4499a41bbbfc06699cd2f72db5 (diff)
Improved the GDB client.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@175 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile.am2
-rw-r--r--pixmaps/breakpoint_disabled.pngbin0 -> 557 bytes
-rw-r--r--pixmaps/breakpoint_normal.pngbin0 -> 788 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 8cf2b8a..479d9eb 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -25,6 +25,8 @@ LIST_ICONS = \
symbol_routine_classic.png
EXTRA_DIST = \
+ breakpoint_disabled.png \
+ breakpoint_normal.png \
openida.xcf \
openida_text.xcf \
$(REVISION_PIX) \
diff --git a/pixmaps/breakpoint_disabled.png b/pixmaps/breakpoint_disabled.png
new file mode 100644
index 0000000..f715828
--- /dev/null
+++ b/pixmaps/breakpoint_disabled.png
Binary files differ
diff --git a/pixmaps/breakpoint_normal.png b/pixmaps/breakpoint_normal.png
new file mode 100644
index 0000000..a2b889f
--- /dev/null
+++ b/pixmaps/breakpoint_normal.png
Binary files differ