diff options
Diffstat (limited to 'plugins/ShellExt/src')
| -rw-r--r-- | plugins/ShellExt/src/options.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ShellExt/src/options.cpp b/plugins/ShellExt/src/options.cpp index 9fe7d6aee2..2f978a70f1 100644 --- a/plugins/ShellExt/src/options.cpp +++ b/plugins/ShellExt/src/options.cpp @@ -31,8 +31,8 @@ static void InitControls(HWND hwndDlg)  	wchar_t szBuf[MAX_PATH];
  	mir_snwprintf(szBuf, L"%s (%s)",
 -		TranslateTS(COM_OKSTR[(comReg & COMREG_OK) != 0]),
 -		TranslateTS(COM_APPROVEDSTR[(comReg & COMREG_APPROVED) != 0]));
 +		TranslateW(COM_OKSTR[(comReg & COMREG_OK) != 0]),
 +		TranslateW(COM_APPROVEDSTR[(comReg & COMREG_APPROVED) != 0]));
  	SetDlgItemText(hwndDlg, IDC_STATUS, szBuf);
  	// auto size the static windows to fit their text
  | 
