diff options
Diffstat (limited to 'kbugbuster/kresources/kresources_kcal_bugzilla.kcfg')
-rw-r--r-- | kbugbuster/kresources/kresources_kcal_bugzilla.kcfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kbugbuster/kresources/kresources_kcal_bugzilla.kcfg b/kbugbuster/kresources/kresources_kcal_bugzilla.kcfg new file mode 100644 index 00000000..ce23c969 --- /dev/null +++ b/kbugbuster/kresources/kresources_kcal_bugzilla.kcfg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > + <kcfgfile name="kresources_kcal_bugzillarc"/> + + <group name="General"> + <entry type="String" name="Server"> + <label>Server</label> + </entry> + <entry type="String" name="Product"> + <label>Product</label> + </entry> + <entry type="String" name="Component"> + <label>Component</label> + </entry> + </group> + +</kcfg> |