Added icon for setting contents

Sat, 16 Mar 2013 03:24:50 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sat, 16 Mar 2013 03:24:50 +0200
changeset 16
7e604baff022
parent 15
a78ccb3976b6
child 17
5606eebd0b90

Added icon for setting contents

icons/set-contents.png file | annotate | diff | comparison | revisions
zz_setContentsDialog.cpp file | annotate | diff | comparison | revisions
Binary file icons/set-contents.png has changed
--- a/zz_setContentsDialog.cpp	Sat Mar 16 03:12:31 2013 +0200
+++ b/zz_setContentsDialog.cpp	Sat Mar 16 03:24:50 2013 +0200
@@ -66,8 +66,6 @@
 		// Reinterpret it from the text of the input field
 		obj = ParseLine (dlg.qContents->text ().toStdString ().c_str ());
 		
-		printf ("object re-parsed, new type: %s\n", g_saObjTypeNames[obj->getType ()]);
-		
 		// Remove the old object
 		delete oldobj;
 		

mercurial