From 2c5cdac4429a3af2c3e55930ef6f92591f77bd0c Mon Sep 17 00:00:00 2001 From: Florent Berthaut <florent.berthaut@univ-lille.fr> Date: Thu, 22 Dec 2022 10:04:12 +0100 Subject: [PATCH] Renamed the gui windows --- src/gui/MainWindow.cpp | 2 +- src/modules/ProjectorModule.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp index b43d080..4a3089d 100755 --- a/src/gui/MainWindow.cpp +++ b/src/gui/MainWindow.cpp @@ -43,7 +43,7 @@ void MyMeasure(const Fl_Label *o, int &W, int &H) { fl_measure(o->value, W, H, 0); } -MainWindow::MainWindow(): Fl_Double_Window(600, 327, "Revil - Configuration"), +MainWindow::MainWindow(): Fl_Double_Window(600, 327, "Rivill - Configuration"), m_treeWidth(200), m_attributesWidth(400) { //resizable(this); diff --git a/src/modules/ProjectorModule.cpp b/src/modules/ProjectorModule.cpp index d337fd0..5eb5052 100644 --- a/src/modules/ProjectorModule.cpp +++ b/src/modules/ProjectorModule.cpp @@ -60,7 +60,7 @@ ProjectorModule::ProjectorModule(): Module() { //create window m_projWindow = glfwCreateWindow(m_width, m_height, - "Revil - Projector", NULL, NULL); + "Rivill - Projector", NULL, NULL); if(!m_projWindow) { glfwTerminate(); exit(EXIT_FAILURE); -- GitLab