aboutsummaryrefslogtreecommitdiffstats
path: root/apps/X11/cheatah
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 /apps/X11/cheatah
parent223bb0b0aa1a50e38f546af5d0e7d38cede5a09f (diff)
downloadsword-sf-cvs-eb328cd14563269c4c2df8ba4260b859f800001e.tar.gz
sync with crosswire 20020814-1047
Diffstat (limited to 'apps/X11/cheatah')
-rw-r--r--apps/X11/cheatah/cheatah.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/X11/cheatah/cheatah.cpp b/apps/X11/cheatah/cheatah.cpp
index 0cb5778..38554f3 100644
--- a/apps/X11/cheatah/cheatah.cpp
+++ b/apps/X11/cheatah/cheatah.cpp
@@ -515,7 +515,7 @@ void MainWindow::lookupTextChanged() {
keyText = entryText;
if (curMod) {
- curMod->SetKey(keyText.c_str());
+ curMod->setKey(keyText.c_str());
curMod->Display();
sprintf(tmpBuf, "%s (%s)", curMod->KeyText(), curMod->Name());
gtk_label_set(GTK_LABEL(statusbar1), tmpBuf);