diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-11 08:43:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-11 08:43:35 (GMT) |
commit | abd96dbbe27246e9303173e5e2f47b2e4cedbcb7 (patch) | |
tree | c0f8bfd8d6514ac63edcb09655f6feebbd424f09 /pixmaps | |
parent | dfa7e04b4a267f7f30086510781ca3221b7e25f8 (diff) |
Marked buffer lines as containing an entry point when needed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@470 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile.am | 5 | ||||
-rw-r--r-- | pixmaps/entrypoint.png | bin | 0 -> 657 bytes |
2 files changed, 3 insertions, 2 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index f8f94fb..dbee07d 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -32,8 +32,9 @@ MISC = \ welcome.png EXTRA_DIST = \ - bookmark.png \ - nil.png \ + bookmark.png \ + entrypoint.png \ + nil.png \ breakpoint_disabled.png \ breakpoint_normal.png \ openida.xcf \ diff --git a/pixmaps/entrypoint.png b/pixmaps/entrypoint.png Binary files differnew file mode 100644 index 0000000..fc48aa8 --- /dev/null +++ b/pixmaps/entrypoint.png |