diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-13 19:19:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-13 19:19:40 (GMT) |
commit | f0ef296d23bcefffcfc292c5d8e6143d700f46fc (patch) | |
tree | cb40f1ce46810ed4e8e45c21481f415f2917ebc8 /pixmaps | |
parent | e554e315b762d564b4e370fa77a26ef6a4a67ccc (diff) |
Listed all errors occurred while loading a binary file.
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile.am | 7 | ||||
-rw-r--r-- | pixmaps/error_cpu.png | bin | 0 -> 694 bytes | |||
-rw-r--r-- | pixmaps/error_cpu.xcf | bin | 0 -> 4482 bytes | |||
-rw-r--r-- | pixmaps/error_display.png | bin | 0 -> 874 bytes | |||
-rw-r--r-- | pixmaps/error_display.xcf | bin | 0 -> 1519 bytes | |||
-rw-r--r-- | pixmaps/error_file.png | bin | 0 -> 402 bytes | |||
-rw-r--r-- | pixmaps/error_file.xcf | bin | 0 -> 1588 bytes |
7 files changed, 6 insertions, 1 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 26f3b5f..bb1a7b5 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -28,6 +28,11 @@ LIST_ICONS = \ symbol_package.png \ symbol_routine_classic.png +ERROR_ICONS = \ + error_cpu.png \ + error_display.png \ + error_file.png + MISC = \ chrysalide-full.png \ welcome.png @@ -50,4 +55,4 @@ EXTRA_DIST = \ oidapixdir = $(datadir)/openida -oidapix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(MISC) +oidapix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(ERROR_ICONS) $(MISC) diff --git a/pixmaps/error_cpu.png b/pixmaps/error_cpu.png Binary files differnew file mode 100644 index 0000000..5c40947 --- /dev/null +++ b/pixmaps/error_cpu.png diff --git a/pixmaps/error_cpu.xcf b/pixmaps/error_cpu.xcf Binary files differnew file mode 100644 index 0000000..5643d77 --- /dev/null +++ b/pixmaps/error_cpu.xcf diff --git a/pixmaps/error_display.png b/pixmaps/error_display.png Binary files differnew file mode 100644 index 0000000..afeee7c --- /dev/null +++ b/pixmaps/error_display.png diff --git a/pixmaps/error_display.xcf b/pixmaps/error_display.xcf Binary files differnew file mode 100644 index 0000000..0769faf4 --- /dev/null +++ b/pixmaps/error_display.xcf diff --git a/pixmaps/error_file.png b/pixmaps/error_file.png Binary files differnew file mode 100644 index 0000000..b269b8a --- /dev/null +++ b/pixmaps/error_file.png diff --git a/pixmaps/error_file.xcf b/pixmaps/error_file.xcf Binary files differnew file mode 100644 index 0000000..4a4e410 --- /dev/null +++ b/pixmaps/error_file.xcf |