# HG changeset patch # User Roeland Merks # Date 2010-06-21 15:46:02 # Node ID 056581f749c085a4d2d02d53112d5be4d537b44d # Parent 2c972342206d13eabef5767d8345f3badb18391d Changed title of About window to "Virtual Leaf V1.0" diff --git a/src/canvas.cpp b/src/canvas.cpp --- a/src/canvas.cpp +++ b/src/canvas.cpp @@ -927,7 +927,7 @@ void Main::clear() void Main::about() { static QMessageBox* about = new QMessageBox - ( "About", + ( "Virtual Leaf V1.0", "

Virtual Leaf V1.0

" "

" "An Open Source framework for cell-based modeling of plant tissue growth and development
"