summaryrefslogtreecommitdiff
path: root/src/gui/userpalette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/userpalette.cpp')
-rw-r--r--src/gui/userpalette.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/userpalette.cpp b/src/gui/userpalette.cpp
index 75b0f5898..ff4789e9a 100644
--- a/src/gui/userpalette.cpp
+++ b/src/gui/userpalette.cpp
@@ -70,7 +70,8 @@ const std::string ColorTypeNames[] =
"ColorFloorItemText",
"ColorHomePlace",
"ColorHomePlaceBorder",
- "ColorRoadPoint"
+ "ColorRoadPoint",
+ "ColorNet"
};
std::string UserPalette::getConfigName(const std::string &typeName)
@@ -208,6 +209,9 @@ UserPalette::UserPalette():
addColor(ROAD_POINT, 0x000000, STATIC,
// TRANSLATORS: palette color
_("Road point"), 100);
+ addColor(NET, 0x000000, STATIC,
+ // TRANSLATORS: palette color
+ _("Tiles border"), 64);
commit(true);
}