Skip to content

Commit 7782e49

Browse files
Fix "ID" issue when export csv file (DreamSourceLab#237)
1 parent 9a681f2 commit 7782e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DSView/pv/dialogs/protocolexp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void ProtocolExp::accept()
157157
}
158158
}
159159
out << QString("%1,%2,%3\n")
160-
.arg("ID")
160+
.arg("Id")
161161
.arg("Time[s]")
162162
.arg(title);
163163

0 commit comments

Comments
 (0)