diff --git a/nw/gui/outlinedetails.py b/nw/gui/outlinedetails.py index 9e53653f..6360a321 100644 --- a/nw/gui/outlinedetails.py +++ b/nw/gui/outlinedetails.py @@ -249,8 +249,8 @@ class GuiOutlineDetails(QScrollArea): self.itemValue.setText(nwItem.itemStatus) self.cCValue.setText("{:n}".format(checkInt(novIdx["cCount"], 0))) - self.wCValue.setText("{:n}".format(checkInt(novIdx["pCount"], 0))) - self.pCValue.setText("{:n}".format(checkInt(novIdx["wCount"], 0))) + self.wCValue.setText("{:n}".format(checkInt(novIdx["wCount"], 0))) + self.pCValue.setText("{:n}".format(checkInt(novIdx["pCount"], 0))) self.synopValue.setText(novIdx["synopsis"])