mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-17 13:09:03 +02:00
Renamed source and destination tags to appropriate names.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user