mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Make uninitialized menu an empty string
This commit is contained in:
parent
ad9550d807
commit
be247d2c5b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ WinBFWindow::WinBFWindow(BFWindow* parent, const StringImpl& title, int x, int y
|
||||||
|
|
||||||
if (mMenu != NULL)
|
if (mMenu != NULL)
|
||||||
{
|
{
|
||||||
WinBFMenu* placeholderMenu = (WinBFMenu*) AddMenuItem(mMenu, 0, ": Placeholder Menu Item :", NULL, NULL, false, -1, false);
|
WinBFMenu* placeholderMenu = (WinBFMenu*) AddMenuItem(mMenu, 0, "", NULL, NULL, false, -1, false);
|
||||||
placeholderMenu->mIsPlaceholder = true;
|
placeholderMenu->mIsPlaceholder = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue