Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

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

revision 9342 by zmatsuo, Sun Aug 1 15:32:15 2021 UTC revision 9345 by zmatsuo, Tue Aug 10 14:41:34 2021 UTC
# Line 850  void CVisualPropPageDlg::OnHScroll(UINT Line 850  void CVisualPropPageDlg::OnHScroll(UINT
850  static void OpacityTooltip(CTipWin* tip, HWND hDlg, int trackbar, int pos, const char *UILanguageFile)  static void OpacityTooltip(CTipWin* tip, HWND hDlg, int trackbar, int pos, const char *UILanguageFile)
851  {  {
852          wchar_t uimsg[MAX_UIMSG];          wchar_t uimsg[MAX_UIMSG];
853          get_lang_msgW("TOOLTIP_TITLEBAR_OPACITY", uimsg, sizeof(uimsg), L"Opacity %.1f %%", ts.UILanguageFile);          get_lang_msgW("TOOLTIP_TITLEBAR_OPACITY", uimsg, _countof(uimsg), L"Opacity %.1f %%", ts.UILanguageFile);
854          wchar_t tipbuf[MAX_UIMSG];          wchar_t tipbuf[MAX_UIMSG];
855          swprintf_s(tipbuf, _countof(tipbuf), uimsg, (pos / 255.0) * 100);          swprintf_s(tipbuf, _countof(tipbuf), uimsg, (pos / 255.0) * 100);
856          RECT rc;          RECT rc;

Legend:
Removed from v.9342  
changed lines
  Added in v.9345

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