diff options
Diffstat (limited to 'src/gui/popupmenu.cpp')
-rw-r--r-- | src/gui/popupmenu.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp index ecb24849f..0b56b300a 100644 --- a/src/gui/popupmenu.cpp +++ b/src/gui/popupmenu.cpp @@ -83,7 +83,7 @@ extern int serverVersion; std::string tradePartnerName(""); -PopupMenu::PopupMenu(): +PopupMenu::PopupMenu() : Popup("PopupMenu", "popupmenu.xml"), mBrowserBox(new BrowserBox(this)), mScrollArea(nullptr), @@ -1736,7 +1736,6 @@ void PopupMenu::showPopup(Window *const parent, const int x, const int y, mBrowserBox->addRow("split", _("Split")); } // Assume in storage for now - // TODO: make this whole system more flexible, if needed else { mBrowserBox->addRow("retrieve", _("Retrieve")); |