aboutsummaryrefslogtreecommitdiffstats
path: root/testlib.cpp
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-08-14 10:47:42 +0000
committerdanglassey <danglassey>2002-08-14 10:47:42 +0000
commiteb328cd14563269c4c2df8ba4260b859f800001e (patch)
tree7d778370e8b030b695bd578fc1ccba76d03c056b /testlib.cpp
parent223bb0b0aa1a50e38f546af5d0e7d38cede5a09f (diff)
downloadsword-sf-cvs-eb328cd14563269c4c2df8ba4260b859f800001e.tar.gz
sync with crosswire 20020814-1047
Diffstat (limited to 'testlib.cpp')
-rw-r--r--testlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testlib.cpp b/testlib.cpp
index c20c8db..2adc9e8 100644
--- a/testlib.cpp
+++ b/testlib.cpp
@@ -31,8 +31,8 @@ int main(int argc, char **argv)
mykey = (argc < 2) ? "James 1:19" : argv[1];
mykey.Persist(1);
- text.SetKey(mykey);
- commentary.SetKey(mykey);
+ text.setKey(mykey);
+ commentary.setKey(mykey);
max = (argc < 3) ? 1 : atoi(argv[2]);