Dash => Neobytes

This commit is contained in:
SikkieNL 2024-12-15 22:34:25 +01:00
parent beba882a61
commit d651890bdc
3 changed files with 6 additions and 6 deletions

View File

@ -2,6 +2,6 @@
host = https://www.transifex.com
[dash.qt-translation-012x]
file_filter = src/qt/locale/dash_<lang>.ts
source_file = src/qt/locale/dash_en.ts
file_filter = src/qt/locale/neobytes_<lang>.ts
source_file = src/qt/locale/neobytes_en.ts
source_lang = en

View File

@ -1,5 +1,5 @@
Building Dash
Building Neobytes
=============
See doc/build-*.md for instructions on building the various
elements of the Dash Core reference implementation of Dash.
elements of the Neobytes Core reference implementation of Neobytes.

View File

@ -7,7 +7,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit.
AC_DEFUN([BITCOIN_QT_FAIL],[
if test "x$bitcoin_qt_want_version" = "xauto" && test x$bitcoin_qt_force != xyes; then
if test x$bitcoin_enable_qt != xno; then
AC_MSG_WARN([$1; dash-qt frontend will not be built])
AC_MSG_WARN([$1; neobytes-qt frontend will not be built])
fi
bitcoin_enable_qt=no
bitcoin_enable_qt_test=no
@ -54,7 +54,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[
dnl enable qt support
AC_ARG_WITH([gui],
[AS_HELP_STRING([--with-gui@<:@=no|qt4|qt5|auto@:>@],
[build dash-qt GUI (default=auto, qt5 tried first)])],
[build neobytes-qt GUI (default=auto, qt5 tried first)])],
[
bitcoin_qt_want_version=$withval
if test x$bitcoin_qt_want_version = xyes; then