X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716cd4107bb8a5f37dea34507453be6870aaef3a..edb89f7e356761b4fbdaebb8b5ebd5c7a7643da7:/contrib/src/applet/prepecho.cpp diff --git a/contrib/src/applet/prepecho.cpp b/contrib/src/applet/prepecho.cpp index 9fc3f9985b..85f7198f72 100644 --- a/contrib/src/applet/prepecho.cpp +++ b/contrib/src/applet/prepecho.cpp @@ -97,7 +97,7 @@ wxString wxEchoPrep::Process( cname = tag.Mid(10, n); // grab the value from the class, put it in tag since the data is no longer needed - tag = wxEchoVariable::GetValue(cname, NULL); + tag = wxEchoVariable::FindValue(cname, NULL); } else { // Find the parms @@ -114,7 +114,7 @@ wxString wxEchoPrep::Process( cname = tag.Mid(10, n); // grab the value from the class, put it in tag since the data is no longer needed - tag = wxEchoVariable::GetValue(cname, parms.c_str()); + tag = wxEchoVariable::FindValue(cname, parms.c_str()); }