regedit: Fix an error in a Chinese (Traditional) resource

Michael Stefaniuc mstefani at redhat.de
Tue Jul 13 09:31:27 CDT 2010


... by copying over the English string.
---
Supersedes my previous regedit Zh.rc patch.


 programs/regedit/Zh.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/regedit/Zh.rc b/programs/regedit/Zh.rc
index 9380647..7b3c5ff 100644
--- a/programs/regedit/Zh.rc
+++ b/programs/regedit/Zh.rc
@@ -587,6 +587,7 @@ BEGIN
     ID_EDIT_COPYKEYNAME     "把關鍵詞的名稱複製到剪貼板"
     ID_EDIT_FIND            "在關鍵詞、值或數據中找字符串"
     ID_EDIT_FINDNEXT        "查找下一個剛找過的字符串"
+    ID_EDIT_EXPORT          "Exports selected branch of the registry to a text file"
 END
 
 STRINGTABLE DISCARDABLE
-- 
1.6.4.4


More information about the wine-patches mailing list