Ver código fonte

About modification

Rémi Synave 2 anos atrás
pai
commit
7e3488b731
1 arquivos alterados com 1 adições e 1 exclusões
  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");
 }