diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-22 01:08:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-22 01:08:55 (GMT) |
commit | 2f07f78932a0070a0ed1dbe2a4574d4814ff5cb5 (patch) | |
tree | 8e0c9935530002ded634d4b4e61d0c881c3d6e51 /src/mainwin.cc | |
parent | 37f14683aba8289a54ee9a49ddcec3c6ec25c2ce (diff) |
Extracted the about box contents to an external file for easier editing
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index dc738d7..491aa86 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -115,11 +115,11 @@ static char helptitle[] = #endif "\nhttp://www.openscad.org\n\n"; static char copyrighttext[] = - "Copyright (C) 2009-2011 Marius Kintel <marius@kintel.net> and Clifford Wolf <clifford@clifford.at>\n" + "Copyright (C) 2009-2012 Marius Kintel <marius@kintel.net> and Clifford Wolf <clifford@clifford.at>\n" "\n" - "This program 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 2 of the License, or" + "This program 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 2 of the License, or " "(at your option) any later version."; static void |