[Ttssh2-commit] [4142] lngファイルからのフォント適用漏れを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 3日 (水) 09:39:41 JST


Revision: 4142
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4142
Author:   maya
Date:     2010-11-03 09:39:40 +0900 (Wed, 03 Nov 2010)

Log Message:
-----------
lngファイルからのフォント適用漏れを修正

Modified Paths:
--------------
    trunk/teraterm/teraterm/addsetting.cpp


-------------- next part --------------
Modified: trunk/teraterm/teraterm/addsetting.cpp
===================================================================
--- trunk/teraterm/teraterm/addsetting.cpp	2010-10-30 12:59:34 UTC (rev 4141)
+++ trunk/teraterm/teraterm/addsetting.cpp	2010-11-03 00:39:40 UTC (rev 4142)
@@ -465,6 +465,9 @@
 		SendDlgItemMessage(IDC_DISABLE_PASTE_MBUTTON, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
 		SendDlgItemMessage(IDC_SELECT_LBUTTON, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
 		SendDlgItemMessage(IDC_CONFIRM_CHANGE_PASTE, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
+		SendDlgItemMessage(IDC_CONFIRM_STRING_FILE_LABEL, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
+		SendDlgItemMessage(IDC_CONFIRM_STRING_FILE, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
+		SendDlgItemMessage(IDC_CONFIRM_STRING_FILE_PATH, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
 		SendDlgItemMessage(IDC_DELIMITER, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
 		SendDlgItemMessage(IDC_DELIM_LIST, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));
 		SendDlgItemMessage(IDC_PASTEDELAY_LABEL, WM_SETFONT, (WPARAM)DlgCopypasteFont, MAKELPARAM(TRUE,0));



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