[Ttssh2-commit] [3365] コメントの文字化けを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 29日 (水) 06:20:04 JST


Revision: 3365
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3365
Author:   doda
Date:     2009-04-29 06:20:04 +0900 (Wed, 29 Apr 2009)

Log Message:
-----------
コメントの文字化けを修正

Modified Paths:
--------------
    trunk/teraterm/ttpdlg/ttdlg.c


-------------- next part --------------
Modified: trunk/teraterm/ttpdlg/ttdlg.c
===================================================================
--- trunk/teraterm/ttpdlg/ttdlg.c	2009-04-28 18:58:14 UTC (rev 3364)
+++ trunk/teraterm/ttpdlg/ttdlg.c	2009-04-28 21:20:04 UTC (rev 3365)
@@ -287,7 +287,7 @@
 			SetDropDownList(Dialog, IDC_TERMKANJI, KoreanList, (ts->KanjiCode==IdUTF8)? 2:1);
 			SetDropDownList(Dialog, IDC_TERMKANJISEND, KoreanListSend, (ts->KanjiCodeSend==IdUTF8)? 2:1);
 
-			// ƒƒP?ƒ‹—pƒeƒLƒXƒg?ƒbƒNƒX
+			// ƒƒP[ƒ‹—pƒeƒLƒXƒgƒ{ƒbƒNƒX
 			SetDlgItemText(Dialog, IDC_LOCALE_EDIT, ts->Locale);
 			SendDlgItemMessage(Dialog, IDC_LOCALE_EDIT, EM_LIMITTEXT, sizeof(ts->Locale), 0);
 



Ttssh2-commit メーリングリストの案内
Back to archive index