From f5c716526aaafb318a98e974c8b2fbe02870646b Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:54:43 -0700 Subject: really s/doge/dis/g this time --- share/pixmaps/dogecoin128.xpm | 2 +- share/pixmaps/dogecoin16.xpm | 2 +- share/pixmaps/dogecoin256.xpm | 2 +- share/pixmaps/dogecoin32.xpm | 2 +- share/pixmaps/dogecoin64.xpm | 2 +- share/qt/Info.plist.in | 14 +++++++------- share/setup.nsi.in | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'share') diff --git a/share/pixmaps/dogecoin128.xpm b/share/pixmaps/dogecoin128.xpm index 4b861cf1b..abecd85c9 100644 --- a/share/pixmaps/dogecoin128.xpm +++ b/share/pixmaps/dogecoin128.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *dogecoin128[] = { +static char *discoin128[] = { /* columns rows colors chars-per-pixel */ "128 128 232 2 ", " c #211E0E", diff --git a/share/pixmaps/dogecoin16.xpm b/share/pixmaps/dogecoin16.xpm index 9ecc999ed..5b95017ee 100644 --- a/share/pixmaps/dogecoin16.xpm +++ b/share/pixmaps/dogecoin16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *dogecoin16[] = { +static char *discoin16[] = { /* columns rows colors chars-per-pixel */ "16 16 170 2 ", " c #1A190D", diff --git a/share/pixmaps/dogecoin256.xpm b/share/pixmaps/dogecoin256.xpm index 186b8105e..bc796b769 100644 --- a/share/pixmaps/dogecoin256.xpm +++ b/share/pixmaps/dogecoin256.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *dogecoin256[] = { +static char *discoin256[] = { /* columns rows colors chars-per-pixel */ "256 256 239 2 ", " c #1D1B0C", diff --git a/share/pixmaps/dogecoin32.xpm b/share/pixmaps/dogecoin32.xpm index 930b45980..105a24687 100644 --- a/share/pixmaps/dogecoin32.xpm +++ b/share/pixmaps/dogecoin32.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *dogecoin32[] = { +static char *discoin32[] = { /* columns rows colors chars-per-pixel */ "32 32 161 2 ", " c #1D1A09", diff --git a/share/pixmaps/dogecoin64.xpm b/share/pixmaps/dogecoin64.xpm index 6b7b871e8..9be5ad390 100644 --- a/share/pixmaps/dogecoin64.xpm +++ b/share/pixmaps/dogecoin64.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *dogecoin64[] = { +static char *discoin64[] = { /* columns rows colors chars-per-pixel */ "64 64 210 2 ", " c #1B1809", diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index befeae8f4..14ec83d76 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -38,7 +38,7 @@ CFBundleIdentifier - com.dogecoin.Dogecoin-Qt + com.discoin.Dogecoin-Qt CFBundleURLTypes @@ -46,10 +46,10 @@ CFBundleTypeRole Editor CFBundleURLName - com.dogecoin.DogecoinPayment + com.discoin.DogecoinPayment CFBundleURLSchemes - dogecoin + discoin @@ -58,7 +58,7 @@ UTTypeIdentifier - com.dogecoin.paymentrequest + com.discoin.paymentrequest UTTypeDescription Dogecoin payment request UTTypeConformsTo @@ -68,10 +68,10 @@ UTTypeTagSpecification public.mime-type - application/dogecoin-paymentrequest + application/discoin-paymentrequest public.filename-extension - dogecoinpaymentrequest + discoinpaymentrequest @@ -84,7 +84,7 @@ Editor LSItemContentTypes - com.dogecoin.paymentrequest + com.discoin.paymentrequest LSHandlerRank Owner diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 2fdf83090..cffd71faa 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -10,7 +10,7 @@ SetCompressor /SOLID lzma !define URL @PACKAGE_URL@ # MUI Symbol Definitions -!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/dogecoin.ico" +!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/discoin.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "@abs_top_srcdir@/share/pixmaps/nsis-wizard.bmp" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_RIGHT -- cgit v1.2.3