blob: fdbb93277141404cd652f0ad01dae44e8bae6c89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef EVOLUTION_PIXMAPS_H
#define EVOLUTION_PIXMAPS_H
#include "pixmaps/envelope-opened.xpm"
#include "pixmaps/envelope-closed.xpm"
#include "pixmaps/empty.xpm"
#include "pixmaps/attachment.xpm"
#include "pixmaps/attachment-header.xpm"
#include "pixmaps/online-status.xpm"
#include "pixmaps/message-status.xpm"
#include "pixmaps/envelope-deleted.xpm"
#endif /* EVOLUTION_PIXMAPS_H */
|