From c6c9edfa67086bd1578bd3109cb6c868581308de Mon Sep 17 00:00:00 2001 From: vavavr00m Date: Tue, 25 Jun 2024 17:19:19 +0800 Subject: [PATCH] Update winrar-keygen.rc Remove hardcoded path --- winrar-keygen.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winrar-keygen.rc b/winrar-keygen.rc index 5c231720..4cbc72aa 100644 --- a/winrar-keygen.rc +++ b/winrar-keygen.rc @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// ÖÐÎÄ(¼òÌ壬Öйú) resources +// 中文(简体,中国) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS) LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED @@ -89,7 +89,7 @@ END // PNG // -IDB_PNG1 PNG "D:\\Users\\haoning\\Documents\\GitHub\\@pudding0503\\winrar-keygen\\icon.png" +IDB_PNG1 PNG "icon.png" ///////////////////////////////////////////////////////////////////////////// @@ -101,7 +101,7 @@ IDB_PNG1 PNG "D:\\Users\\haoning\\Documents\\ // remains consistent on all systems. IDI_ICON1 ICON "icon.ico" -#endif // ÖÐÎÄ(¼òÌ壬Öйú) resources +#endif // 中文(简体,中国) resources /////////////////////////////////////////////////////////////////////////////