diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index a389332a5..0bbdd2584 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -17,7 +17,7 @@
APPL
CFBundleGetInfoString
- @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers
+ @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, Copyright © 2013-@COPYRIGHT_YEAR@ The Dogecoin Core developers
CFBundleShortVersionString
@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
@@ -29,16 +29,16 @@
????
CFBundleExecutable
- Bitcoin-Qt
+ Dogecoin-Qt
CFBundleName
- Bitcoin-Qt
+ Dogecoin-Qt
LSHasLocalizedDisplayName
CFBundleIdentifier
- org.bitcoinfoundation.Bitcoin-Qt
+ com.dogecoin.wallet-qt
CFBundleURLTypes
@@ -46,10 +46,10 @@
CFBundleTypeRole
Editor
CFBundleURLName
- org.bitcoin.BitcoinPayment
+ com.dogecoin.DogecoinPayment
CFBundleURLSchemes
- bitcoin
+ dogecoin
@@ -58,9 +58,9 @@
UTTypeIdentifier
- org.bitcoin.paymentrequest
+ com.dogecoin.paymentrequest
UTTypeDescription
- Bitcoin payment request
+ Dogecoin payment request
UTTypeConformsTo
public.data
@@ -68,10 +68,10 @@
UTTypeTagSpecification
public.mime-type
- application/x-bitcoin-payment-request
+ application/dogecoin-paymentrequest
public.filename-extension
- bitcoinpaymentrequest
+ dogecoinpaymentrequest
@@ -84,7 +84,7 @@
Editor
LSItemContentTypes
- org.bitcoin.paymentrequest
+ com.dogecoin.paymentrequest
LSHandlerRank
Owner
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index 3d2df8e1c..6b66c7fa0 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -20,7 +20,7 @@ SetCompressor /SOLID lzma
!define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY}
!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup
!define MUI_STARTMENUPAGE_DEFAULTFOLDER "@PACKAGE_NAME@"
-!define MUI_FINISHPAGE_RUN $INSTDIR\bitcoin-qt.exe
+!define MUI_FINISHPAGE_RUN $INSTDIR\dogecoin-qt.exe
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "@abs_top_srcdir@/share/pixmaps/nsis-wizard.bmp"
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
@@ -48,7 +48,7 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
-OutFile @abs_top_srcdir@/bitcoin-${VERSION}-win@WINDOWS_BITS@-setup.exe
+OutFile @abs_top_srcdir@/dogecoin-${VERSION}-win@WINDOWS_BITS@-setup.exe
!if "@WINDOWS_BITS@" == "64"
InstallDir $PROGRAMFILES64\Dogecoin
!else
@@ -73,7 +73,7 @@ ShowUninstDetails show
Section -Main SEC0000
SetOutPath $INSTDIR
SetOverwrite on
- File @abs_top_srcdir@/release/bitcoin-qt.exe
+ File @abs_top_srcdir@/release/dogecoin-qt.exe
File /oname=COPYING.txt @abs_top_srcdir@/COPYING
File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt
SetOutPath $INSTDIR\daemon