Chat-O-Matic/application/CayaResources.h
plfiorini 2e8cd94f8c * Now using a grid layout.
* Implemented the "wrench" menu (it needs an icon).
2010-05-09 08:23:53 +00:00

21 lines
397 B
C

/*
* Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAYA_RESOURCES_H
#define _CAYA_RESOURCES_H
enum {
kOnlineIcon = 10,
kAwayIcon = 11,
kBusyIcon = 12,
kOfflineIcon = 13,
kToolIcon = 20,
kSearchIcon = 21,
kProtocolSettingsTemplate = 1000
};
#endif // _CAYA_RESOURCES_H