mirror of
https://git.chinosk6.cn/chinosk/gkms-localify-dmm.git
synced 2026-02-04 17:14:01 +00:00
Add version display
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user