removed placemark-red from list of colors for bookmarks to clearly distinguish bookmarks from search results.

This commit is contained in:
rachytski 2012-08-27 18:35:58 +03:00 committed by Alex Zolotarev
parent ad4b6a0153
commit 0070466fc4

View file

@ -7,8 +7,7 @@ static NSString * g_colors [] = {
@"placemark-green",
@"placemark-orange",
@"placemark-pink",
@"placemark-purple",
@"placemark-red",
@"placemark-purple"
};
@implementation SelectColorVC