mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[BROWSEUI] addendum to 68672
svn path=/trunk/; revision=68681
This commit is contained in:
parent
2bcae4a0cb
commit
b01e6b09af
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ HRESULT STDMETHODCALLTYPE CAddressBand::GetBandInfo(DWORD dwBandID, DWORD dwView
|
|||
if (pdbi->dwMask & DBIM_TITLE)
|
||||
{
|
||||
if (!LoadStringW(_AtlBaseModule.GetResourceInstance(), IDS_ADDRESSBANDLABEL, pdbi->wszTitle, _countof(pdbi->wszTitle)))
|
||||
return E_FAIL;
|
||||
return HRESULT_FROM_WIN32(GetLastError());
|
||||
}
|
||||
|
||||
if (pdbi->dwMask & DBIM_MODEFLAGS)
|
||||
|
|
Loading…
Reference in a new issue