# ReactOS development updates on start-menu code and shutdown-dialog integration

DevFeed: [ReactOS development updates on start-menu code and shutdown-dialog integration](<https://devfeed.tech/articles/leak-leaking-leaks-32854.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/leak-leaking-leaks/>)

Published: 2014-06-02T00:00:00Z

Content type: opinion

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Code](<https://devfeed.tech/topics/code.md>), [function](<https://devfeed.tech/topics/function.md>), [dialog](<https://devfeed.tech/topics/dialog.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [dialog](<https://devfeed.tech/tags/dialog.md>), [free](<https://devfeed.tech/tags/free.md>), [function](<https://devfeed.tech/tags/function.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [opensource](<https://devfeed.tech/tags/opensource.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

A ReactOS development update describes fixing start-menu and submenu handling for the right button, then considering and abandoning an approach to call the shutdown dialog externally because the relevant msgina code was not designed for external use.

## Source excerpt

I began the week by fixing the issue where the right button wasn't detected by the code managing the start menu and submenus. I had been told that there was a JIRA issue related to the shutdown dialog, and that it had been implemented in some way in trunk already. I considered the means of calling that dialog from the shell32 function the start menu calls, but I dropped the idea some hours later, when I decided the code in msgina wasn't designed to be called externally.