diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index c8860f7ba..80dae62a8 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -270,7 +270,7 @@ void AboutDialog::add_section (wxString name, wxArrayString credits) { static bool first = true; - int const N = 3; + int const N = 4; wxPanel* panel = new wxPanel (_notebook, wxID_ANY); wxSizer* overall_sizer = new wxBoxSizer (wxHORIZONTAL); |
