diff --git a/src/canvas.cpp b/src/canvas.cpp --- a/src/canvas.cpp +++ b/src/canvas.cpp @@ -1021,18 +1021,39 @@ void Main::about() { static QMessageBox* about = new QMessageBox ( "VirtualLeaf V1.0", - "
"
- "An Open Source framework for cell-based modeling of plant tissue growth and development
"
- "(c) 2005-2008, Roeland Merks et al.
"
- " VIB Department Plant Systems Biology, "
- "Ghent, Belgium
"
- "(c) 2008-2010, Roeland Merks et al.
"
- " Centrum Wiskunde & Informatica and Netherlands Consortium for Systems Biology, Amsterdam, Netherlands
"
-"
VirtualLeaf is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
"
- "
If you use this code for your projects, please cite our paper:"
-"
Merks, Guravage, Inze, and Beemster. An Open Source framework for cell-based modeling of plant tissue growth and development. Plant Physiology, submitted.
.
"
- "
Please share your model plugins and extensions at http://virtualleaf.googlecode.com.",
+ "
\ + An Open Source framework for cell-based modeling of plant\ + tissue growth and development.\ +
\ +(c) 2005-2008, Roeland Merks et al.\ + VIB Department Plant Systems Biology,\ + Ghent, Belgium.\ +
\ +(c) 2008-2010,\ + Roeland Merks et al.\ + Centrum Wiskunde & Informatica (CWI) and\ + Netherlands Consortium for Systems Biology (NCSB),\ + Amsterdam, the Netherlands.\ +
\ +\ + VirtualLeaf is free software: you can redistribute it and/or\ + modify it under the terms of the GNU General Public License as\ + published by the Free Software Foundation, either version 3 of the\ + License, or (at your option) any later version.\ +
\ +\
+ If you use this code for your projects, please cite our paper in\
+ Plant Physiology, ‘\
+ Roeland M. H. Merks, Michael Guravage, Dirk Inze, and Gerrit T.S. Beemster,\
+ \
+ VirtualLeaf: an Open Source framework for cell-based modeling of plant tissue growth and development,
\
+ Plant Physiology 2010: pp.110.167619v1-pp.110.167619.\
+
\ + Please share your model plugins and extensions at\ + http://virtualleaf.googlecode.com.\ +
", QMessageBox::Information, 1, 0, 0, this, 0, FALSE ); about->setButtonText( 1, "Dismiss" ); about->show();