From: George Tasker Date: Wed, 12 May 2004 16:37:13 +0000 (+0000) Subject: Removed some sample test data that I had left hardcoded in the source X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/44ca6244ea6ab8cbe91c12f55c21ded6e0e423c0 Removed some sample test data that I had left hardcoded in the source git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/db/dbtest.cpp b/samples/db/dbtest.cpp index 3488f247a2..826f98170e 100644 --- a/samples/db/dbtest.cpp +++ b/samples/db/dbtest.cpp @@ -1027,7 +1027,7 @@ void Ccontact::Initialize() IsDeveloper = FALSE; Contributions = 0; LinesOfCode = 0L; - wxStrcpy(Picture,"\xff\x01\xff\x02\xff\x03\xff\x04\xff\x05"); + Picture[0] = 0; } // Ccontact::Initialize