[ios] Fixed non-supported airplane symbol with correct one

This commit is contained in:
Alex Zolotarev 2014-07-02 11:22:39 +02:00 committed by Alex Zolotarev
parent 7dff280986
commit 05cfea194d

View file

@ -236,7 +236,7 @@
// 36-120 m/s
static char const * train = "\xF0\x9F\x9A\x85 ";
// 120-278 m/s
static char const * airplane = "\xF0\x9F\x9B\xA7 ";
static char const * airplane = "\xE2\x9C\x88\xEF\xB8\x8F ";
// 278+
static char const * rocket = "\xF0\x9F\x9A\x80 ";