Parcourir la source

About modification

Rémi Synave il y a 1 an
Parent
commit
7e3488b731
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");
 }