Permalink
Please sign in to comment.
Browse files
Unify package name to as few places as possible without major changes
- Loading branch information...
Showing
with
106 additions
and 58 deletions.
- +2 −2 build-aux/m4/bitcoin_find_bdb48.m4
- +1 −1 build-aux/m4/bitcoin_qt.m4
- +1 −1 libbitcoinconsensus.pc.in
- +1 −1 share/qt/Info.plist.in
- +1 −0 share/qt/extract_strings_qt.py
- +2 −2 share/setup.nsi.in
- +2 −1 src/Makefile.am
- +1 −1 src/Makefile.qt.include
- +1 −1 src/bitcoin-cli-res.rc
- +6 −2 src/bitcoin-cli.cpp
- +5 −1 src/bitcoin-tx.cpp
- +6 −2 src/bitcoind.cpp
- +1 −1 src/clientversion.h
- +6 −6 src/init.cpp
- +1 −1 src/net.cpp
- +6 −2 src/qt/askpassphrasedialog.cpp
- +4 −4 src/qt/bitcoin.cpp
- +10 −6 src/qt/bitcoingui.cpp
- +1 −1 src/qt/forms/debugwindow.ui
- +0 −3 src/qt/forms/helpmessagedialog.ui
- +5 −5 src/qt/forms/intro.ui
- +3 −3 src/qt/forms/optionsdialog.ui
- +8 −2 src/qt/intro.cpp
- +5 −0 src/qt/optionsdialog.cpp
- +2 −2 src/qt/res/bitcoin-qt-res.rc
- +7 −1 src/qt/rpcconsole.cpp
- +6 −2 src/qt/splashscreen.cpp
- +7 −3 src/qt/utilitydialog.cpp
- +5 −1 src/timedata.cpp
12
src/init.cpp
Oops, something went wrong.
0 comments on commit
d5f4683