FIX: delete old error code

Jira: [STUDIO-14160]
Change-Id: I70b2928ffcf84fa864e0906efb079857b3e69e81
(cherry picked from commit f2e5ed1a1aaaa6a1c17637377dd65e48e09591c8)
This commit is contained in:
hemai
2025-08-25 15:07:46 +08:00
committed by Noisyfox
parent cdd1c22857
commit 6d9ad4412b
2 changed files with 21 additions and 38 deletions

View File

@@ -71,6 +71,7 @@ protected:
void init_button_list();
void init_button(ActionButton style, wxString buton_text);
wxString parse_error_level(int error_code);
std::vector<int> convert_to_pseudo_buttons(std::string error_str);
void update_contents(const wxString& title, const wxString& text, const wxString& error_code,const wxString& image_url, const std::vector<int>& btns);