~ubuntu-branches/ubuntu/natty/recorditnow/natty

« back to all changes in this revision

Viewing changes to src/plugins/upload/youtube/recorditnow_youtube.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2009-11-26 16:50:53 UTC
  • Revision ID: james.westby@ubuntu.com-20091126165053-yifjycveb8j7yt8r
Tags: upstream-0.4
Import upstream version 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
  <kcfgfile name="recorditnowrc"/>         
 
7
  <group name="YoutubeUploader">
 
8
    <entry name="title" type="String">
 
9
            <label></label>
 
10
            <default>Desktop video</default>
 
11
    </entry>
 
12
    <entry name="description" type="String">
 
13
            <label></label>
 
14
            <default>My Description</default>
 
15
    </entry>
 
16
    <entry name="tags" type="String">
 
17
            <label></label>
 
18
            <default>linux, kde, recorditnow, recordmydesktop</default>
 
19
    </entry>
 
20
    <entry name="category" type="Int">
 
21
            <label></label>
 
22
            <default>0</default>
 
23
    </entry>
 
24
    <entry name="savePassword" type="Bool">
 
25
            <label></label>
 
26
            <default>true</default>
 
27
    </entry>
 
28
    <entry name="currentAccount" type="String">
 
29
            <label></label>
 
30
            <default></default>
 
31
    </entry>
 
32
  </group>
 
33
</kcfg>