Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |