From 2060b222c5221a8565ea2880d68d389fd5db1111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Sun, 9 Feb 2025 18:48:14 +0100 Subject: [PATCH] remove leftover --- Lab/demo/Lab/CGALlab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab/demo/Lab/CGALlab.h b/Lab/demo/Lab/CGALlab.h index 0e40646762dd..51afe5d0db06 100644 --- a/Lab/demo/Lab/CGALlab.h +++ b/Lab/demo/Lab/CGALlab.h @@ -20,7 +20,7 @@ class LAB_DEMO_EXPORT CGAL_Lab : public QApplication * Constructor : calls the constructor of QApplication */ CGAL_Lab(int& argc, char **argv, - QString application_name = "Polyhedron_3 demo", + QString application_name = "CGAL Lab", QString main_window_title = "CGAL Lab", QStringList input_keywords = QStringList());