mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-17 17:02:28 +00:00
Merge pull request #1684 from eltociear/patch-1
[Qt] fix typo in bitcoingui.cpp
This commit is contained in:
commit
0a09a9cef1
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user