mirror of
https://github.com/reactos/reactos.git
synced 2025-07-06 01:41:22 +00:00
[SHELL32]
* Reuse the same menu instead of recreating it every time something changes. Fixes the menus not showing, but it's not the right way to do it. A better implementation should come later. [BROWSEUI] * Add a german version of the toolbar strings, by Christoph von Wittich. svn path=/branches/shell-experiments/; revision=63426
This commit is contained in:
parent
baa587134e
commit
fe43858e1e
3 changed files with 36 additions and 14 deletions
|
@ -1156,7 +1156,6 @@ HRESULT CMenuStaticToolbar::FillToolbar(BOOL clearFirst)
|
|||
}
|
||||
else if (!(info.fType & MFT_BITMAP))
|
||||
{
|
||||
|
||||
info.cch++;
|
||||
info.dwTypeData = (PWSTR) HeapAlloc(GetProcessHeap(), 0, (info.cch + 1) * sizeof(WCHAR));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue