mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +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
|
||||
// Copyright (c) 2020, The Monero Project.
|
||||
|
||||
#include "cssprogressdelegate.h"
|
||||
#include "ccsprogressdelegate.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
|
@ -8,9 +8,9 @@
|
|||
#include <QDesktopServices>
|
||||
|
||||
#include "ccswidget.h"
|
||||
#include "ui_csswidget.h"
|
||||
#include "ui_ccswidget.h"
|
||||
#include "utils/utils.h"
|
||||
#include "cssprogressdelegate.h"
|
||||
#include "ccsprogressdelegate.h"
|
||||
|
||||
CCSWidget::CCSWidget(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Powered by css.getmonero.org</string>
|
||||
<string>Powered by ccs.getmonero.org</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
Loading…
Reference in a new issue