Commit 1932bc3c authored by fallenstardust's avatar fallenstardust

tweak

parent 203958db
......@@ -662,7 +662,7 @@ void ClientField::ShowSelectOption(int select_hint) {
myswprintf(textBuffer, L"%ls", dataManager.GetDesc(select_hint));
else
myswprintf(textBuffer, dataManager.GetSysString(555));
mainGame->wOptions->setText(textBuffer);
mainGame->stOptions->setText(textBuffer);
mainGame->PopupElement(mainGame->wOptions);
mainGame->gMutex.unlock();
}
......
......@@ -130,7 +130,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
if (arg0) {
Toast.makeText(getActivity(), "加载成功", Toast.LENGTH_LONG).show();
} else {
Toast.makeText(getActivity(), "部分资源因机型原因加载错误,不影响使用", Toast.LENGTH_LONG).show();
Toast.makeText(getActivity(), "X5未加载,转为系统内核", Toast.LENGTH_LONG).show();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment