Imported existing code

This commit is contained in:
Hazim Gazov
2010-04-02 02:48:44 -03:00
parent 48fbc5ae91
commit 7a86d01598
13996 changed files with 2468699 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="script search" title="Script søgning">
<check_box label="Store/små bogstaver har ingen betydning" name="case_text" />
<button label="Søg" label_selected="Søg" name="search_btn" />
<button label="Erstat" label_selected="Erstat" name="replace_btn" />
<button label="Erstat alle" label_selected="Erstat alle" name="replace_all_btn" />
<text type="string" length="1" name="txt">
Søg
</text>
<text type="string" length="1" name="txt2">
Erstat
</text>
</floater>