Add version display

This commit is contained in:
chinosk
2025-03-18 12:03:52 +00:00
parent 3fe2d1775b
commit 4a77a4fc06
4 changed files with 39 additions and 1 deletions

View File

@@ -165,7 +165,8 @@ namespace GkmsResourceUpdate {
if (localVersion == remoteVersion) {
if (isManual) {
auto check = MessageBoxA(NULL, GkmsGUII18n::ts("local_file_already_latest"), "Check Update", MB_OKCANCEL);
auto check = MessageBoxW(NULL, utility::conversions::to_string_t(GkmsGUII18n::ts("local_file_already_latest")).c_str(),
L"Check Update", MB_OKCANCEL);
if (check != IDOK) {
return;
}