diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-10-08 00:41:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 00:41:40 +0300 |
commit | 0bd64dc6d60af45e19465f23fac3dd425345a0cb (patch) | |
tree | 16624d2ee4b0d145ea7a7ff77bd891f7353d1b3a /src | |
parent | 4b4e9486af9a9b46997ebb579c58bf8d5f83a276 (diff) |
Fix macOS files description
Diffstat (limited to 'src')
-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 |