Explorar el Código

About modification

Rémi Synave hace 2 años
padre
commit
7e3488b731
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dsl/MainWindow.cpp

+ 1 - 1
dsl/MainWindow.cpp

@@ -214,7 +214,7 @@ MainWindow::readOnly ()
 
 void
 MainWindow::about (){
-  QMessageBox::information(this, "About", "DSL - Draw Strength Line\nVersion 1.0\n\nRémi Synave - remi.synave@univ-littoral.fr\n\nGNU GENERAL PUBLIC LICENSE Version 3");
+  QMessageBox::information(this, "About", "DSL - Draw Strength Line\nVersion 1.1\n\nRémi Synave - remi.synave@univ-littoral.fr\n\nGNU GENERAL PUBLIC LICENSE Version 3");
 }