diff --git a/clientgui/DlgItemProperties.cpp b/clientgui/DlgItemProperties.cpp index e91b3bff02d..ccc760e4bd6 100644 --- a/clientgui/DlgItemProperties.cpp +++ b/clientgui/DlgItemProperties.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2024 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -452,6 +452,7 @@ void CDlgItemProperties::renderInfos(RESULT* result) { } if (avp) { addProperty(_("Executable"), wxString(avp->exec_filename, wxConvUTF8)); + addProperty(_("Application Name"), wxString(avp->app_name, wxConvUTF8)); } renderInfos(); }