diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-01 20:28:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-01 20:28:11 +0200 |
| commit | 05bae43c3ccad4959b8cc49db26449d409289118 (patch) | |
| tree | ced451609dac30410a9e38b9e164ea53706894e2 /src/qt/transactionview.h | |
| parent | make amount column wider, so that more decimals fit in (diff) | |
| download | discoin-05bae43c3ccad4959b8cc49db26449d409289118.tar.xz discoin-05bae43c3ccad4959b8cc49db26449d409289118.zip | |
Add "last month" filter
Diffstat (limited to 'src/qt/transactionview.h')
| -rw-r--r-- | src/qt/transactionview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h index 96cdf9779..fe0f154b8 100644 --- a/src/qt/transactionview.h +++ b/src/qt/transactionview.h @@ -27,6 +27,7 @@ public: Today, ThisWeek, ThisMonth, + LastMonth, ThisYear, Range }; |