Update application name (#8731)

This commit is contained in:
Sebastien Loriot 2025-02-12 19:34:53 +01:00 committed by GitHub
commit 3394b6d889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public:
* Constructor : calls the constructor of QApplication * Constructor : calls the constructor of QApplication
*/ */
CGAL_Lab(int& argc, char **argv, CGAL_Lab(int& argc, char **argv,
QString application_name = "Polyhedron_3 demo", QString application_name = "CGAL Lab",
QString main_window_title = "CGAL Lab", QString main_window_title = "CGAL Lab",
QStringList input_keywords = QStringList()); QStringList input_keywords = QStringList());