X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716cd4107bb8a5f37dea34507453be6870aaef3a..fd495ab3ea1282ddb8bb0cd0fb79fc758ae5fcee:/contrib/src/applet/prepifelse.cpp diff --git a/contrib/src/applet/prepifelse.cpp b/contrib/src/applet/prepifelse.cpp index 06e12bdcd8..cc209ce795 100644 --- a/contrib/src/applet/prepifelse.cpp +++ b/contrib/src/applet/prepifelse.cpp @@ -130,7 +130,7 @@ wxString wxIfElsePrep::Process( if (c != -1) cname = cname.Mid(0, c); // Grab the value from the variable class identified by cname - value = wxIfElseVariable::GetValue(cname); + value = wxIfElseVariable::FindValue(cname); // Find the end of the tag () and copy it all into the variable code end = ((output.Mid(b)).Lower()).Find("");