Skip to content

Commit

Permalink
Merge pull request #5851 from Vulpine05/Vulpine05_PlanClass_Prop
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 20, 2024
2 parents be88490 + aaaad50 commit 3bd7dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clientgui/DlgItemProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ void CDlgItemProperties::renderInfos(RESULT* result) {
if (avp) {
addProperty(_("Executable"), wxString(avp->exec_filename, wxConvUTF8));
addProperty(_("Application Name"), wxString(avp->app_name, wxConvUTF8));
addProperty(_("Plan Class"), wxString(avp->plan_class, wxConvUTF8));
}
renderInfos();
}
Expand Down

0 comments on commit 3bd7dcf

Please sign in to comment.