1/*
2 * Copyright 2009, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef DESKBAR_VIEW_ICONS_H
6#define DESKBAR_VIEW_ICONS_H
7
8enum {
9	kIconNoMail		= 1000,
10	kIconNewMail	= 1001
11};
12
13#endif // DESKBAR_VIEW_ICONS_H
14