aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-16 14:55:48 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-16 14:55:48 +0100
commit3b11b9d4f3eee5faa656d7ee61077e80726bdc36 (patch)
tree7817c036843c18eac0012298ec7808d795411f58 /src/gui.h
parentb7667d1d40045ecd840b9b192c2740e5f83e7eba (diff)
Improve openings database code
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 7b178c2..5bf2341 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -284,6 +284,7 @@ class TabGameRightPanel : public wxPanel
wxNotebook* notebook;
wxPanel* editor_page;
wxBoxSizer* editor_page_sizer;
+ wxTextCtrl* opening_label;
wxBoxSizer* editor_canvas_sizer;
wxStaticLine* m_staticline1;
wxStaticText* comment_label;