]> Shamusworld >> Repos - architektonas/blobdiff - src/generaltab.cpp
Fixed loading code, added "Base Unit" dialog.
[architektonas] / src / generaltab.cpp
index ebe36cb5d6aaf3909609e9611395557b17aba4b1..358c2a1136e2f63063317548b35d96c1c35c19e1 100644 (file)
@@ -5,7 +5,7 @@
 // (C) 2011 Underground Software
 // See the README and GPLv3 files for licensing and warranty information
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // WHO  WHEN        WHAT
 // ---  ----------  ------------------------------------------------------------
@@ -23,6 +23,7 @@ GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent)
        setLayout(layout);
 }
 
+
 GeneralTab::~GeneralTab()
 {
 }