diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-10-08 02:54:42 -0300 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-10-08 02:54:56 -0300 |
commit | 35e12e336b0657f0033e28a96c50b22225a81d7b (patch) | |
tree | c6ab5a2fa02c3251b994fe9317017d864249a0b9 /src/qt | |
parent | d12e3d9accae2dd5feccdd073d3390fb876ce7b0 (diff) | |
parent | 0bd64dc6d60af45e19465f23fac3dd425345a0cb (diff) |
Merge #14428: docs: Fix macOS files description in qt/README.md
0bd64dc6d6 Fix macOS files description (Hennadii Stepanov)
Pull request description:
Tree-SHA512: 9547bda4e2bcd2c823b6c344e8d34ebc24770b2926bbec0f5c11f192407386cddf5daaa4fc154f769df708319262ead72e699dab211afa5762a2def6203445fe
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/README.md b/src/qt/README.md index 3ec538b4f4..0eb18f7cd5 100644 --- a/src/qt/README.md +++ b/src/qt/README.md @@ -64,8 +64,8 @@ Represents the view to a single wallet. * `callback.h` * `guiconstants.h`: UI colors, app name, etc * `guiutil.h`: several helper functions -* `macdockiconhandler.(h/cpp)` -* `macdockiconhandler.(h/cpp)`: display notifications in macOS +* `macdockiconhandler.(h/mm)`: macOS dock icon handler +* `macnotificationhandler.(h/mm)`: display notifications in macOS ## Contribute |