Browse Source

Log to our own file

pull/45/head
Jonathan "Duke" Leto 5 years ago
parent
commit
0977ce900f
  1. 2
      src/mainwindow.cpp
  2. 2
      src/mainwindow.ui

2
src/mainwindow.cpp

@ -26,7 +26,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui(new Ui::MainWindow)
{
ui->setupUi(this);
logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("zec-qt-wallet.log"));
logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("SilentDragon.log"));
// Status Bar
setupStatusBar();

2
src/mainwindow.ui

@ -880,7 +880,7 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLabel" name="MemoText">
<widget class="QLabel" name="ChatLabeL">
<property name="font">
<font>
<pointsize>10</pointsize>

Loading…
Cancel
Save