Skip to content

Commit

Permalink
update to 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcahue committed Aug 9, 2023
1 parent 1c53d20 commit 46e0e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odalaunch/res/gui_project.fbp
Original file line number Diff line number Diff line change
Expand Up @@ -10315,7 +10315,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">Copyright (C) 2006-2022 The Odamex Team</property>
<property name="label">Copyright (C) 2006-2023 The Odamex Team</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>
<property name="maximum_size"></property>
Expand Down
2 changes: 1 addition & 1 deletion odalaunch/src/dlg_about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <wx/version.h>
#include <wx/xrc/xmlres.h>

#define _ODA_COPYRIGHT_ "Copyright (C) 2006-2022 The Odamex Team"
#define _ODA_COPYRIGHT_ "Copyright (C) 2006-2023 The Odamex Team"

BEGIN_EVENT_TABLE(dlgAbout, wxDialog)
EVT_TEXT_URL(XRCID("Id_TxtCtrlDevelopers"), dlgAbout::OnTxtCtrlUrlClick)
Expand Down

0 comments on commit 46e0e1d

Please sign in to comment.