~ubuntu-branches/ubuntu/raring/recorditnow/raring

« back to all changes in this revision

Viewing changes to src/plugins/encoder/mencoder/ui/addformat.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-09 14:54:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110109145401-gyckb4airz4fio50
Tags: 0.8.1-0ubuntu1
* New upstream release. (LP: #681270)
  - Update debian/copyright.
* Build-depend on recordmydesktop.
* Add a watch file.
* Drop 01_fix_ftbfs_kwarning_call.diff, fixed upstream.
* Add 01_joschy_install_to_usr_lib.diff.
* Add 02_fix_ftbfs_no-add-needed.diff.
* Add 03_dont_install_header_files.diff.
* Replace dependency on libpolkit-qt-1-0 with policykit-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   <item row="0" column="0">
18
18
    <widget class="QLabel" name="label">
19
19
     <property name="text">
20
 
      <string>Format</string>
 
20
      <string>Format:</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>formatEdit</cstring>
21
24
     </property>
22
25
    </widget>
23
26
   </item>
24
27
   <item row="0" column="1">
25
28
    <widget class="KLineEdit" name="formatEdit"/>
26
29
   </item>
 
30
   <item row="1" column="1">
 
31
    <widget class="KLineEdit" name="commandEdit"/>
 
32
   </item>
27
33
   <item row="1" column="0">
28
34
    <widget class="QLabel" name="label_2">
29
35
     <property name="text">
30
 
      <string>Command</string>
 
36
      <string>Command:</string>
 
37
     </property>
 
38
     <property name="buddy">
 
39
      <cstring>commandEdit</cstring>
31
40
     </property>
32
41
    </widget>
33
42
   </item>
34
 
   <item row="1" column="1">
35
 
    <widget class="KLineEdit" name="commandEdit"/>
36
 
   </item>
37
43
  </layout>
38
44
 </widget>
39
45
 <customwidgets>