Renamed source and destination tags to appropriate names.

This commit is contained in:
Tats
2016-03-05 15:09:56 -05:00
parent a41b05693a
commit 35b74c8d1f

View File

@@ -25,7 +25,7 @@ const char* ProjectLabels::MAPPINGS = "mappings";
const char* ProjectLabels::ID = "id";
const char* ProjectLabels::PAINT_ID = "paintId";
const char* ProjectLabels::NAME = "name";
const char* ProjectLabels::SOURCE = "id";
const char* ProjectLabels::DESTINATION = "name";
const char* ProjectLabels::SOURCE = "source";
const char* ProjectLabels::DESTINATION = "destination";