diff --git a/UI/Store.cpp b/UI/Store.cpp index 6505ae6a96..46fbc7ec21 100644 --- a/UI/Store.cpp +++ b/UI/Store.cpp @@ -269,7 +269,7 @@ std::string StoreScreen::GetTranslatedString(const json_value *json, std::string } const char *str = 0; if (dict) { - str = dict->getString(key.c_str()); + str = dict->getString(key.c_str(), 0); } if (str) { return std::string(str); diff --git a/native b/native index 7274b8b01e..d2029ed29a 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 7274b8b01e749157cb4737a8fc3f02e3bbc63b25 +Subproject commit d2029ed29a6f5e362e27b3b61f303c0481420034