diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-05-28 22:31:27 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-05-28 22:31:27 +0200 |
commit | 8c937da5f2533dc31e5f071e4e3dcda12fe25e02 (patch) | |
tree | b5406350445c0e0223a5beeb1653ad671aac1c45 /gui/include | |
parent | 63760fa1cdb9f07fea7bb4c05a7fd7e0af5ead6d (diff) |
"Receive with" i.s.o. "Receive from" address
Diffstat (limited to 'gui/include')
-rw-r--r-- | gui/include/transactionrecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/include/transactionrecord.h b/gui/include/transactionrecord.h index 9769d8061e..d8aca76129 100644 --- a/gui/include/transactionrecord.h +++ b/gui/include/transactionrecord.h @@ -51,7 +51,7 @@ public: Generated, SendToAddress, SendToIP, - RecvFromAddress, + RecvWithAddress, RecvFromIP, SendToSelf }; |