Skip to content

Commit cfe623f

Browse files
committed
Rename the app to ScratchCPP Player
1 parent f03e906 commit cfe623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int App::run(int argc, char **argv)
2727
QApplication app(argc, argv);
2828
QCoreApplication::setOrganizationDomain("scratchcpp.github.io");
2929
QCoreApplication::setOrganizationName("ScratchCPP");
30-
QCoreApplication::setApplicationName("ScratchCPP");
30+
QCoreApplication::setApplicationName("ScratchCPP Player");
3131
QCoreApplication::setApplicationVersion(BUILD_VERSION);
3232

3333
// Set style and icon theme name

0 commit comments

Comments
 (0)