mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user