Sat, 16 Mar 2013 03:24:50 +0200
Added icon for setting contents
icons/set-contents.png | file | annotate | diff | comparison | revisions | |
zz_setContentsDialog.cpp | file | annotate | diff | comparison | revisions |
--- 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;