zz_newPartDialog.cpp

changeset 104
6e29bb0e83c5
parent 79
f8917e9d07f6
child 114
fe1bfc5f59ed
--- a/zz_newPartDialog.cpp	Sat Apr 13 02:11:54 2013 +0300
+++ b/zz_newPartDialog.cpp	Sun Apr 14 03:54:40 2013 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013 Santeri `arezey` Piippo
+ *  Copyright (C) 2013 Santeri Piippo
  *  
  *  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
@@ -105,14 +105,14 @@
 		const char* sLicense =
 			(idx == LICENSE_CCAL) ? "Redistributable under CCAL version 2.0 : see CAreadme.txt" :
 			(idx == LICENSE_NonCA) ? "Not redistributable : see NonCAreadme.txt" :
-			nullptr;
+			null;
 		
 		objs.push_back (new LDComment (dlg.qLE_Name->text ()));
 		objs.push_back (new LDComment ("Name: <untitled>.dat"));
 		objs.push_back (new LDComment (str::mkfmt ("Author: %s", zAuthor.chars())));
 		objs.push_back (new LDComment (str::mkfmt ("!LDRAW_ORG Unofficial_Part")));
 		
-		if (sLicense != nullptr)
+		if (sLicense != null)
 			objs.push_back (new LDComment (str::mkfmt ("!LICENSE %s", sLicense)));
 		
 		objs.push_back (new LDEmpty);

mercurial