diff options
| author | Patrick Lodder <[email protected]> | 2021-01-31 17:40:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-31 17:40:03 +0100 |
| commit | 0a09a9cef11e45b11f933de2244b85f6831b4e40 (patch) | |
| tree | c134517975fec4a3b833e3bd5c45253e4e265a06 | |
| parent | Merge pull request #1661 from Vertian/1.14.3-dev-osx (diff) | |
| parent | [Qt] fix typo in bitcoingui.cpp (diff) | |
| download | discoin-0a09a9cef11e45b11f933de2244b85f6831b4e40.tar.xz discoin-0a09a9cef11e45b11f933de2244b85f6831b4e40.zip | |
Merge pull request #1684 from eltociear/patch-1
[Qt] fix typo in bitcoingui.cpp
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 670e4f2c6..4ffde76cf 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -168,7 +168,7 @@ BitcoinGUI::BitcoinGUI(const PlatformStyle *_platformStyle, const NetworkStyle * setCentralWidget(rpcConsole); } - // Dogecoin: load fallback font in case Comic Sans is not availble on the system + // Dogecoin: load fallback font in case Comic Sans is not available on the system QFontDatabase::addApplicationFont(":fonts/ComicNeue-Bold"); QFontDatabase::addApplicationFont(":fonts/ComicNeue-Bold-Oblique"); QFontDatabase::addApplicationFont(":fonts/ComicNeue-Light"); |