diff options
author | Marius Kintel <marius@kintel.net> | 2011-07-10 23:55:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-07-10 23:55:29 (GMT) |
commit | 65a5df881092d89e90e71e180c689a711770c801 (patch) | |
tree | fc1a07ec20defcfb6865cedca6dbdd7d64e5c50e | |
parent | c8d38858cbfb80475a12bce3b3a6ae7c3e57ccf1 (diff) |
missing newline
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index c500938..0e851c8 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -119,7 +119,7 @@ unsigned int GuiLocker::gui_locked = 0; static char helptitle[] = "OpenSCAD " QUOTED(OPENSCAD_VERSION) " (www.openscad.org)\n" - "Visitor refactored version"; + "Visitor refactored version\n"; static char copyrighttext[] = "Copyright (C) 2009-2011 Marius Kintel <marius@kintel.net> and Clifford Wolf <clifford@clifford.at>\n" "\n" |