diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 16:27:14 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 16:27:14 +0100 |
commit | 8527613c8b9cddd1cafd59860a4b2a2806540d97 (patch) | |
tree | 50d6302a5753a7982b94f137c2ba234f66f41275 | |
parent | 2f7d624ef6eb97d6caf39ea58ec92ad848464a8a (diff) |
GUI description updated
-rw-r--r-- | src/UpdateGUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateGUI.cpp b/src/UpdateGUI.cpp index f2fe3a5..60d0c92 100644 --- a/src/UpdateGUI.cpp +++ b/src/UpdateGUI.cpp @@ -206,7 +206,7 @@ void UpdateGUIFrame::OnAbout(wxCommandEvent& event) wxAboutDialogInfo aboutInfo; aboutInfo.SetName(PACKAGE_NAME); aboutInfo.SetVersion(PACKAGE_VERSION); - aboutInfo.SetDescription("A simple firmware update tool."); + aboutInfo.SetDescription("A simple firmware update tool for Energy Manager firmware."); aboutInfo.SetCopyright("(C) 2017"); aboutInfo.SetWebSite(PACKAGE_URL); aboutInfo.AddDeveloper("Toni Uhlig"); |