diff options
Diffstat (limited to 'quanta/data/toolbars/wml-1-2/tasks.actions')
-rw-r--r-- | quanta/data/toolbars/wml-1-2/tasks.actions | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/quanta/data/toolbars/wml-1-2/tasks.actions b/quanta/data/toolbars/wml-1-2/tasks.actions new file mode 100644 index 00000000..e1c4e9ab --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/tasks.actions @@ -0,0 +1,33 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_go" type="tag" tooltip="Open a specified URL" name="wml_tag_go" statustext="" text="Go (wml)" > +<tag useDialog="true" ><go></tag> + <xtag use="true" ></go></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_noop" type="tag" tooltip="No operation" name="wml_tag_noop" statustext="" text="No operation (wml)" > +<tag useDialog="false" ><noop /></tag> + <xtag use="false" ></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="back" type="tag" tooltip="" name="wml_tag_prev" statustext="" text="Previous (wml)" > +<tag useDialog="false" ><prev></tag> + <xtag use="true" ></prev></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="repaint" type="tag" tooltip="" name="wml_tag_refresh" statustext="" text="Refresh" > +<tag useDialog="false" ><refresh></tag> + <xtag use="true" ></refresh></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_do" type="tag" tooltip="" name="wml_tag_do" statustext="" text="Do (wml)" > +<tag useDialog="true" ><do></tag> + <xtag use="true" ></do></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_onevent" type="tag" tooltip="" name="wml_tag_onevent" statustext="" text="Onevent (wml)" > +<tag useDialog="true" ><onevent></tag> + <xtag use="true" ></onevent></xtag> + <text></text> + <script input="none" >""</script> </action> +</actions> |