Hwang YunSong( 황윤성 ) : wordpad: Updated Korean resource.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 7 15:02:33 CST 2007


Module: wine
Branch: master
Commit: 404d853d32001bbb40ea1f5f93df0f1e9ecae275
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=404d853d32001bbb40ea1f5f93df0f1e9ecae275

Author: Hwang YunSong(황윤성) <hys545 at dreamwiz.com>
Date:   Wed Mar  7 17:30:06 2007 +0900

wordpad: Updated Korean resource.

---

 programs/wordpad/Ko.rc |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/programs/wordpad/Ko.rc b/programs/wordpad/Ko.rc
index 7125629..33c7678 100644
--- a/programs/wordpad/Ko.rc
+++ b/programs/wordpad/Ko.rc
@@ -1,6 +1,6 @@
  /*
  * Copyright 2004 by Krzysztof Foltman
- * Copyright 2006 by YunSong Hwang
+ * Copyright 2006,2007 by YunSong Hwang
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -33,10 +33,12 @@ BEGIN
     BEGIN
         MENUITEM "µÇµ¹¸®±â(&U)\tCtrl+Z",               ID_EDIT_UNDO
         MENUITEM "´Ù½Ã ½ÇÇà(&R)\tCtrl+Y",               ID_EDIT_REDO
-        MENUITEM "¸ðµÎ ¼±ÅÃ(&S)\tCtrl+A",         ID_EDIT_SELECTALL
         MENUITEM SEPARATOR
         MENUITEM "À߶󳻱â(&T)\tCtrl+X",                ID_EDIT_CUT
         MENUITEM "º¹»ç(&C)\tCtrl+C",               ID_EDIT_COPY
+        MENUITEM "ºÙ¿©³Ö±â(&P)\tCtrl+V",              ID_EDIT_PASTE
+        MENUITEM "Áö¿ì±â(&C)\tDEL",                 ID_EDIT_CLEAR
+        MENUITEM "¸ðµÎ ¼±ÅÃ(&S)\tCtrl+A",         ID_EDIT_SELECTALL
         MENUITEM SEPARATOR
         MENUITEM "Àбâ Àü¿ë(&O)",                  ID_EDIT_READONLY
         MENUITEM "¼öÁ¤ °¡´É(&M)",                   ID_EDIT_MODIFIED
@@ -65,3 +67,10 @@ BEGIN
         END
     END
 END
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    STRING_RICHTEXT_FILES_RTF,  "¸®Ä¡ ÅؽºÆ® ÆÄÀÏÇü½Ä (*.rtf)"
+    STRING_TEXT_FILES_TXT,      "ÅؽºÆ® ÆÄÀÏ (*.txt)"
+    STRING_ALL_FILES,           "¸ðµÐ ¹®¼­ (*.*)"
+END




More information about the wine-cvs mailing list