Skip to content

Commit dd5009b

Browse files
committed
Change 'Path' to 'Path on disk' in triage summary
1 parent 2be7b54 commit dd5009b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/triage/fileinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ FileInfoWidget::FileInfoWidget(QWidget* parent, BinaryViewRef bv)
7575

7676
const auto file = bv->GetFile();
7777
const auto filePath = file->GetOriginalFilename();
78-
this->addCopyableField("Path: ", filePath.c_str());
78+
this->addCopyableField("Path on disk: ", filePath.c_str());
7979

8080
// If triage view is opened from a project, show both actual filepath and path relative to project
8181
if (const auto fileProjectRef = file->GetProjectFile())

0 commit comments

Comments
 (0)