From 44ca6244ea6ab8cbe91c12f55c21ded6e0e423c0 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Wed, 12 May 2004 16:37:13 +0000 Subject: [PATCH] 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 --- samples/db/dbtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2