Hwang YunSong : inetcpl.cpl: Update Korean resource.

Alexandre Julliard julliard at winehq.org
Tue Sep 28 11:13:37 CDT 2010


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

Author: Hwang YunSong <hys545 at dreamwiz.com>
Date:   Tue Sep 28 16:35:07 2010 +0900

inetcpl.cpl: Update Korean resource.

---

 dlls/inetcpl.cpl/cpl_Ko.rc |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/dlls/inetcpl.cpl/cpl_Ko.rc b/dlls/inetcpl.cpl/cpl_Ko.rc
index f6aa9ae..ffcceb0 100644
--- a/dlls/inetcpl.cpl/cpl_Ko.rc
+++ b/dlls/inetcpl.cpl/cpl_Ko.rc
@@ -31,3 +31,18 @@ BEGIN
     IDS_CPL_NAME        "인터넷 설정"
     IDS_CPL_INFO        "Wine 인터넷 브라우저와 관련 설정 처리"
 END
+
+/* "Content" propsheet */
+IDD_CONTENT DIALOG  0, 0, 320, 220
+STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
+FONT 8, "MS Shell Dlg"
+CAPTION "내용"
+BEGIN
+
+    GROUPBOX    " 인증서 ", IDC_STATIC, 4, 4, 312, 50
+    LTEXT       " 인증서는 당신의 개인 식별과 인증기관과 게시자 식별에 사용됩니다.",
+                IDC_STATIC, 58, 14, 252, 18
+    PUSHBUTTON  "인증서...", IDC_CERT, 146, 34, 80, 14
+    PUSHBUTTON	"발행자... ", IDC_CERT_PUBLISHER, 230, 34, 80, 14
+
+END




More information about the wine-cvs mailing list