mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
Merge pull request 'CCSWidget: fix misspelling' (#131) from tobtoht/feather:fix_ccs into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/131
This commit is contained in:
commit
7ed2ff15d5
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
// Copyright (c) 2020, The Monero Project.
|
// Copyright (c) 2020, The Monero Project.
|
||||||
|
|
||||||
#include "cssprogressdelegate.h"
|
#include "ccsprogressdelegate.h"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
|
|
||||||
#include "ccswidget.h"
|
#include "ccswidget.h"
|
||||||
#include "ui_csswidget.h"
|
#include "ui_ccswidget.h"
|
||||||
#include "utils/utils.h"
|
#include "utils/utils.h"
|
||||||
#include "cssprogressdelegate.h"
|
#include "ccsprogressdelegate.h"
|
||||||
|
|
||||||
CCSWidget::CCSWidget(QWidget *parent) :
|
CCSWidget::CCSWidget(QWidget *parent) :
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Powered by css.getmonero.org</string>
|
<string>Powered by ccs.getmonero.org</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
Loading…
Reference in a new issue