Skip to content

Commit 28617ac

Browse files
qtEditor: Changed the title of the main window
1 parent 46b0697 commit 28617ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtEditor/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MainWindow::MainWindow(QWidget* parent)
3333
populateToolbar();
3434
connectActions();
3535

36-
setWindowTitle("qtScape " SCAPE_VERSION_NAME);
36+
setWindowTitle("Scape " SCAPE_VERSION_NAME);
3737

3838
mOgreWidget = new OgreWidget(mEngineInterface, this);
3939
setCentralWidget(mOgreWidget);

0 commit comments

Comments
 (0)