aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <Toni.Uhlig@tq-group.com>2017-12-04 13:15:20 +0100
committerToni Uhlig <Toni.Uhlig@tq-group.com>2017-12-04 13:15:20 +0100
commit74dd64df1139d0fd5b07301e01e70cc2ef61cc7e (patch)
treeabdc42e77e8e4b7d711ae20b13e27022f395bd3d
parent8b3acd3bcde6f0fe364650bca8311aa127d24acc (diff)
fixed typ0
-rw-r--r--src/UpdateGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateGUI.cpp b/src/UpdateGUI.cpp
index e96fa78..b105884 100644
--- a/src/UpdateGUI.cpp
+++ b/src/UpdateGUI.cpp
@@ -207,7 +207,7 @@ void UpdateGUIFrame::OnAbout(wxCommandEvent& event)
aboutInfo.AddDeveloper("Theres Teichmann");
aboutInfo.SetLicense(wxString(
"TQ-Systems Software License Agreement Version 1.0.1\n\n"
- "wxWindows: wxWindows Library Licence, Version 3.1\n"
+ "wxWidgets: wxWindows Library Licence, Version 3.1\n"
"https://github.com/wxWidgets/wxWidgets\n\n"
"Fast C++ CSV Parser: BSD-3\n"
"https://github.com/ben-strasser/fast-cpp-csv-parser\n\n"