summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-11 08:33:30 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-11 08:33:30 +0200
commit68921d37da4f2268af5006c0aed68d70ee7b6dff (patch)
tree0f58a621d0d19631a58c02e2432fb10634b47fe9 /src/gui/mainwindow.cpp
parent4eb599dfd4e8c510ede62be3ef766af9d9b5121a (diff)
icons renamed for clarity
Diffstat (limited to 'src/gui/mainwindow.cpp')
-rw-r--r--src/gui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp
index 479d8ed..806d634 100644
--- a/src/gui/mainwindow.cpp
+++ b/src/gui/mainwindow.cpp
@@ -28,7 +28,7 @@ MainWindow::MainWindow(QWidget *parent) :
_numWindows++;
ui->setupUi(this);
- setWindowIcon(QIcon(":/images/logo.png"));
+ setWindowIcon(QIcon(":/images/tikzit.png"));
setAttribute(Qt::WA_DeleteOnClose, true);
_tikzDocument = new TikzDocument(this);