--- a/src/gui_actions.cpp Sat Aug 24 16:52:45 2013 +0300 +++ b/src/gui_actions.cpp Wed Sep 04 11:34:19 2013 +0300 @@ -88,7 +88,8 @@ ui.rb_license_ca->isChecked() ? CALicense : ui.rb_license_nonca->isChecked() ? NonCALicense : ""; - LDFile::current()->addObjects ({new LDComment (ui.le_title->text()), + LDFile::current()->addObjects ({ + new LDComment (ui.le_title->text()), new LDComment ("Name: <untitled>.dat" ), new LDComment (fmt ("Author: %1", ui.le_author->text())), new LDComment (fmt ("!LDRAW_ORG Unofficial_Part")),