diff options
| author | Hennadii Stepanov <[email protected]> | 2018-10-08 00:41:40 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-08 00:41:40 +0300 |
| commit | 0bd64dc6d60af45e19465f23fac3dd425345a0cb (patch) | |
| tree | 16624d2ee4b0d145ea7a7ff77bd891f7353d1b3a /src | |
| parent | Merge #14389: travis: set codespell version to avoid breakage (diff) | |
| download | discoin-0bd64dc6d60af45e19465f23fac3dd425345a0cb.tar.xz discoin-0bd64dc6d60af45e19465f23fac3dd425345a0cb.zip | |
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 3ec538b4f..0eb18f7cd 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 |