All pastes #1830836 Raw Edit

clueless

public text v1 · immutable
#1830836 ·published 2010-03-09 23:08 UTC
rendered paste body
Index: src/client/gui/pawsexchangewindow.cpp===================================================================--- src/client/gui/pawsexchangewindow.cpp	(revision 5654)+++ src/client/gui/pawsexchangewindow.cpp	(working copy)@@ -416,5 +416,8 @@     receivingMoneyWidget->Set(0,0,0,0);              offeringBG->SetBackground("Standard Background");            -    receivingBG->SetBackground("Standard Background");            +    receivingBG->SetBackground("Standard Background");+    +    totalTriasOffered->SetText("");+    totalTriasReceived->SetText("");             }