From 409ae62ec73063edb519937636031980c733bd50 Mon Sep 17 00:00:00 2001 From: Mpieta <115100105+Mpieta@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:19:18 +0200 Subject: [PATCH] Add files via upload init --- GUI/MyFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/MyFrame.cpp b/GUI/MyFrame.cpp index b8e82ad..08d04dc 100644 --- a/GUI/MyFrame.cpp +++ b/GUI/MyFrame.cpp @@ -71,7 +71,7 @@ MyFrame::MyFrame(const wxString& title, const std::string& token) grid->SetColSize(4,122); - wxStaticBoxSizer* horizontalBoxSizer = new wxStaticBoxSizer(wxHORIZONTAL, this, "Selected auction"); + wxStaticBoxSizer* horizontalBoxSizer = new wxStaticBoxSizer(wxHORIZONTAL, this, "Selected auction item"); sizer->Add(horizontalBoxSizer, 0, wxEXPAND | wxALL, 10); wxImage image(56, 56);