Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7895 by zmatsuo, Fri May 31 16:13:30 2019 UTC revision 7896 by zmatsuo, Mon Jul 29 15:04:08 2019 UTC
# Line 1029  void WINAPI SetWinList(HWND HWin, HWND H Line 1029  void WINAPI SetWinList(HWND HWin, HWND H
1029                          Temp[1] = ' ';                          Temp[1] = ' ';
1030                          GetWindowText(Hw,&Temp[2],sizeof(Temp)-3);                          GetWindowText(Hw,&Temp[2],sizeof(Temp)-3);
1031                          SendDlgItemMessage(HDlg, IList, LB_ADDSTRING,                          SendDlgItemMessage(HDlg, IList, LB_ADDSTRING,
1032                                             0, (LONG)Temp);                                             0, (LPARAM)Temp);
1033                          if (Hw==HWin) {                          if (Hw==HWin) {
1034                                  SendDlgItemMessage(HDlg, IList, LB_SETCURSEL, i,0);                                  SendDlgItemMessage(HDlg, IList, LB_SETCURSEL, i,0);
1035                          }                          }

Legend:
Removed from v.7895  
changed lines
  Added in v.7896

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26