summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.cpp
diff options
context:
space:
mode:
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);