diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-10 15:05:51 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-10 15:05:51 +0200 |
commit | 66d536ed0765c6369738c2b35dd528dac3f5ee67 (patch) | |
tree | 7c0398120cd0cdf2aa1097696b62f79adf0fa53f /README.rst | |
parent | 8e86dca256624d76022be3b461b736dfc1f87625 (diff) |
transaction details dialog on doubleclick
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 9856370bc9..a1932d8419 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,9 @@ This has been implemented: - Sending coins (including ask for fee when needed) -- Show messages from core +- Show error messages from core + +- Show details dialog for transactions (on double click) This has to be done: @@ -34,6 +36,4 @@ This has to be done: - Build on Windows -- Show details dialog for transactions (on double click) - - More thorough testing of the view with all the kinds of transactions (sendmany, generation) |