diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp
index b43d080e15a7ff83c3f00043ac682b5e66305a24..4a3089d95a1a3d4d281932bbf54b27b73e40ea25 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 d337fd06b4cd81efcff4526e4e508137134bee28..5eb5052afaafd72e7ce51e0d2862101a75173683 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);