Skip to content

Commit

Permalink
Merge pull request #5827 from Vulpine05/Vulpine05_5166
Browse files Browse the repository at this point in the history
[Manager] Add application name to task properties window
  • Loading branch information
AenBleidd authored Oct 1, 2024
2 parents 82f2868 + fffe3f5 commit 430daae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clientgui/DlgItemProperties.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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();
}
Expand Down

0 comments on commit 430daae

Please sign in to comment.