summaryrefslogtreecommitdiffstats
path: root/kommander/examples/current/editor-poc.kmdr
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/examples/current/editor-poc.kmdr')
-rwxr-xr-xkommander/examples/current/editor-poc.kmdr10
1 files changed, 5 insertions, 5 deletions
diff --git a/kommander/examples/current/editor-poc.kmdr b/kommander/examples/current/editor-poc.kmdr
index 4c678ca8..d5b19e99 100755
--- a/kommander/examples/current/editor-poc.kmdr
+++ b/kommander/examples/current/editor-poc.kmdr
@@ -73,7 +73,7 @@ _file["dirty"] = true</string>
</property>
<property name="associations" stdset="0">
<stringlist>
- <string>@Input.text("Kommander Edit", "Text to tqfind", "")</string>
+ <string>@Input.text("Kommander Edit", "Text to find", "")</string>
</stringlist>
</property>
</widget>
@@ -179,16 +179,16 @@ while chrs &lt; maxc do
//debug("link test = "+str_mid(a, ch, 2)+" pos="+ch)
if str_mid(a, ch, 2) == "&lt;a" then
inlink = true
- lb = str_toint(str_tqfind(a, "\"", ch)+1)
- le = str_toint(str_tqfind(a, "\"", lb))
+ lb = str_toint(str_find(a, "\"", ch)+1)
+ le = str_toint(str_find(a, "\"", lb))
linkscript = str_mid(a, lb, le-lb)
//debug("link data - "+lb+" "+le+" "+linkscript)
elseif str_mid(a, ch, 3) == "&lt;p&gt;" then
lc = lc + 1
cc = 0
endif
- ck1 = str_toint(str_tqfind(a, "&gt;", ch))+1
- ck2 = str_tqfind(a, "&lt;", ck1)
+ ck1 = str_toint(str_find(a, "&gt;", ch))+1
+ ck2 = str_find(a, "&lt;", ck1)
if ck1 == -1 || ck2 == -1 then
break
endif