Hi Hwang, Thank you for helping localize Wine in Korean! According to our automated patch checker, http://kegel.com/wine/patchwatcher/results/ your patches did not apply easily. You should probably repost them with all filenames as if you were one level above the wine tree. e.g. instead of --- dlls/appwiz.cpl/appwiz.rc 2008-07-26 09:24:56.000000000 +0900 +++ appwiz.rc 2008-07-28 09:48:00.000000000 +0900 you'd want --- a/dlls/appwiz.cpl/appwiz.rc 2008-07-26 09:24:56.000000000 +0900 +++ b/dlls/appwiz.cpl/appwiz.rc 2008-07-28 09:48:00.000000000 +0900 and instead of --- /dev/null 2008-07-28 09:27:06.210506864 +0900 +++ Ko.rc 2008-07-28 09:48:00.000000000 +0900 you'd want --- /dev/null 2008-07-28 09:27:06.210506864 +0900 +++ b/dlls/appwiz.cpl/Ko.rc 2008-07-28 09:48:00.000000000 +0900 The best way to generate patches is by using something like git diff or git format-patch as described at http://www.winehq.org/site/sending_patches as that always gets the directories right. Can you regenerate your patches properly, verify that your patches apply cleanly when in the top level of wine using the -p1 flag, e.g. cd ~/wine-git patch -p1 < ~/foo.patch and then resend the fixed patches? Thanks, Dan