PROP tool colour

This commit is contained in:
Simon Robertshaw 2012-08-03 12:58:21 +01:00
parent 347c382e99
commit 80dfc96c7c

View File

@ -59,7 +59,7 @@ class PropertyTool: public Tool
{ {
public: public:
PropertyTool(): PropertyTool():
Tool(0, "PROP", "Property Edit. Click to alter the properties of elements in the field", 0, 0, 0, NULL) Tool(0, "PROP", "Property Edit. Click to alter the properties of elements in the field", 0xfe, 0xa9, 0x00, NULL)
{ {
} }
virtual ~PropertyTool() {} virtual ~PropertyTool() {}