diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-02 02:15:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-13 00:44:04 +0100 |
commit | 92326f9e69bb4aee30dd0f088523d293fc0804da (patch) | |
tree | 726d8eeb445895b59e7a0523d0a5e74a50b27ae7 /quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions | |
parent | 36793769224b2e54a364bb8bfd9d27c839e92181 (diff) | |
download | tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.tar.gz tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.zip |
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619)
Diffstat (limited to 'quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions')
-rw-r--r-- | quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions new file mode 100644 index 00000000..4e100197 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/kde-docbook-admonitions.actions @@ -0,0 +1,44 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="messagebox_warning" type="tag" name="DBtag_warning" text="warning" > + <tag useDialog="false" ><warning></tag> + <xtag use="true" ></warning></xtag> + </action> + <action shortcut="" icon="messagebox_critical" type="tag" name="DBtag_caution" text="caution" > + <tag useDialog="false" ><caution></tag> + <xtag use="true" ></caution></xtag> + </action> + <action icon="messagebox_info" type="tag" name="DBtag_important" text="important" > + <tag useDialog="false" ><important></tag> + <xtag use="true" ></important></xtag> + </action> + <action icon="text_block" type="tag" name="DBtag_note" text="note" > + <tag useDialog="false" ><note></tag> + <xtag use="true" ></note></xtag> + </action> + <action icon="idea" type="tag" tooltip="" name="DBtag_tip" text="tip" > + <tag useDialog="false" ><tip></tag> + <xtag use="true" ></tip></xtag> + </action> + <action icon="tag_footnote" type="tag" name="DBtag_footnote" text="footnote" > + <tag useDialog="false" ><footnote id=""></tag> + <xtag use="true" ></footnote></xtag> + </action> + <action icon="tag_footnoteref" type="tag" name="DBtag_footnoteref" text="footnoteref" > + <tag useDialog="false" ><footnoteref linkend=""></tag> + <xtag use="true" ></footnoteref></xtag> + </action> + <action icon="tag_example" type="tag" name="DBtag_example" text="example" > + <tag useDialog="false" ><example></tag> + <xtag use="true" ></example></xtag> + </action> + <action icon="tag_informalexample" type="tag" name="DBtag_informalexample" text="informalexample" > + <tag useDialog="false" ><informalexample></tag> + <xtag use="true" ></informalexample></xtag> + </action> + <action icon="tag_para" type="tag" name="DBtag_para" text="para" > + <tag useDialog="false" ><para></tag> + <xtag use="true" ></para></xtag> + </action> + +</actions>
\ No newline at end of file |