# HG changeset patch # User Santeri Piippo # Date 1363397090 -7200 # Node ID 7e604baff02295ab2090ad07a51a0321a8db1f9d # Parent a78ccb3976b63a68ea422ce5bd0ff73f2735c00b Added icon for setting contents diff -r a78ccb3976b6 -r 7e604baff022 icons/set-contents.png Binary file icons/set-contents.png has changed diff -r a78ccb3976b6 -r 7e604baff022 zz_setContentsDialog.cpp --- 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;