summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-10-06 17:12:41 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-10-06 17:12:41 +0200
commit2f0e60d2b333d8ecfa0c773b4753f33d4743f248 (patch)
tree1d021dff67af77ae32c9c76f2a694c975670f1bb /src/mainwindow.cc
parent744c6da1a69a208c3bf576a095a67d51599fcedb (diff)
Change 'render' to 'export'.
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index db1e557..7973b1f 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -88,7 +88,7 @@ MainWindow::MainWindow(Settings& settings)
connect(act_quit, SIGNAL(triggered()), this, SLOT(close()));
QMenu* projectMenu = menuBar()->addMenu(tr("&Project"));
- QAction* act_render = new QAction(tr("&Render..."), this);
+ QAction* act_render = new QAction(tr("&Export..."), this);
projectMenu->addAction(act_render);
connect(act_render, SIGNAL(triggered()), this, SLOT(render()));