]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed some sample test data that I had left hardcoded in the source
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 16:37:13 +0000 (16:37 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 16:37:13 +0000 (16:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.cpp

index 3488f247a2d840f0bee70afbfcd99deaa175d5b2..826f98170ebe470aae7b6f02ddfbd69fc4e5214c 100644 (file)
@@ -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