~jtaylor/ubuntu/natty/meld/meld-sru

« back to all changes in this revision

Viewing changes to glade2/filediff.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry, Michael Terry, James Westby
  • Date: 2009-05-07 15:11:34 UTC
  • mfrom: (1.2.8 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090507151134-91styo8cxk9h1m52
Tags: 1.2.1-1ubuntu1
[ Michael Terry ]
* Merge from debian unstable (LP: #373388), remaining changes:
  - debian/control.in: Add patch as a dependency
  - debian/copyright: Update email address of maintainer
  - debian/patches/only-ignore-fully-blank-changes.patch
* debian/patches/escape-paths.patch:
  - Removed, fixed upstream.

[ James Westby ]
* debian/patches/fix-fr-help-makefile.patch
  - Removed as the directory now exists.
* Added patch tags to the remaining Ubuntu patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<!--*- mode: xml -*-->
4
4
<glade-interface>
5
5
  <requires lib="gnome"/>
6
 
  <widget class="GtkMenu" id="popup">
7
 
    <child>
8
 
      <widget class="GtkImageMenuItem" id="save">
9
 
        <property name="visible">True</property>
10
 
        <property name="label">gtk-save</property>
11
 
        <property name="use_underline">True</property>
12
 
        <property name="use_stock">True</property>
13
 
        <signal name="activate" handler="on_save_activate"/>
14
 
      </widget>
15
 
    </child>
16
 
    <child>
17
 
      <widget class="GtkImageMenuItem" id="save_as">
18
 
        <property name="visible">True</property>
19
 
        <property name="label">gtk-save-as</property>
20
 
        <property name="use_underline">True</property>
21
 
        <property name="use_stock">True</property>
22
 
        <signal name="activate" handler="on_save_as_activate"/>
23
 
      </widget>
24
 
    </child>
25
 
    <child>
26
 
      <widget class="GtkSeparatorMenuItem" id="separator1">
27
 
        <property name="visible">True</property>
28
 
      </widget>
29
 
    </child>
30
 
    <child>
31
 
      <widget class="GtkMenuItem" id="make_patch">
32
 
        <property name="visible">True</property>
33
 
        <property name="label" translatable="yes">Create Patch</property>
34
 
        <property name="use_underline">True</property>
35
 
        <signal name="activate" handler="on_make_patch_activate"/>
36
 
      </widget>
37
 
    </child>
38
 
    <child>
39
 
      <widget class="GtkSeparatorMenuItem" id="separator6">
40
 
        <property name="visible">True</property>
41
 
      </widget>
42
 
    </child>
43
 
    <child>
44
 
      <widget class="GtkImageMenuItem" id="cut">
45
 
        <property name="visible">True</property>
46
 
        <property name="label">gtk-cut</property>
47
 
        <property name="use_underline">True</property>
48
 
        <property name="use_stock">True</property>
49
 
        <signal name="activate" handler="on_cut_activate"/>
50
 
      </widget>
51
 
    </child>
52
 
    <child>
53
 
      <widget class="GtkImageMenuItem" id="copy">
54
 
        <property name="visible">True</property>
55
 
        <property name="label">gtk-copy</property>
56
 
        <property name="use_underline">True</property>
57
 
        <property name="use_stock">True</property>
58
 
        <signal name="activate" handler="on_copy_activate"/>
59
 
      </widget>
60
 
    </child>
61
 
    <child>
62
 
      <widget class="GtkImageMenuItem" id="paste">
63
 
        <property name="visible">True</property>
64
 
        <property name="label">gtk-paste</property>
65
 
        <property name="use_underline">True</property>
66
 
        <property name="use_stock">True</property>
67
 
        <signal name="activate" handler="on_paste_activate"/>
68
 
      </widget>
69
 
    </child>
70
 
    <child>
71
 
      <widget class="GtkSeparatorMenuItem" id="separator4">
72
 
        <property name="visible">True</property>
73
 
      </widget>
74
 
    </child>
75
 
    <child>
76
 
      <widget class="GtkImageMenuItem" id="copy_left">
77
 
        <property name="visible">True</property>
78
 
        <property name="label" translatable="yes">Copy All To _Left</property>
79
 
        <property name="use_underline">True</property>
80
 
        <signal name="activate" handler="on_copy_left_activate"/>
81
 
        <child internal-child="image">
82
 
          <widget class="GtkImage" id="image21">
83
 
            <property name="visible">True</property>
84
 
            <property name="stock">gtk-goto-first</property>
85
 
            <property name="icon_size">1</property>
86
 
          </widget>
87
 
        </child>
88
 
      </widget>
89
 
    </child>
90
 
    <child>
91
 
      <widget class="GtkImageMenuItem" id="copy_right">
92
 
        <property name="visible">True</property>
93
 
        <property name="label" translatable="yes">Copy All To _Right</property>
94
 
        <property name="use_underline">True</property>
95
 
        <signal name="activate" handler="on_copy_right_activate"/>
96
 
        <child internal-child="image">
97
 
          <widget class="GtkImage" id="image22">
98
 
            <property name="visible">True</property>
99
 
            <property name="stock">gtk-goto-last</property>
100
 
            <property name="icon_size">1</property>
101
 
          </widget>
102
 
        </child>
103
 
      </widget>
104
 
    </child>
105
 
    <child>
106
 
      <widget class="GtkSeparatorMenuItem" id="separator5">
107
 
        <property name="visible">True</property>
108
 
      </widget>
109
 
    </child>
110
 
    <child>
111
 
      <widget class="GtkImageMenuItem" id="edit">
112
 
        <property name="visible">True</property>
113
 
        <property name="label" translatable="yes">Edit</property>
114
 
        <property name="use_underline">True</property>
115
 
        <signal name="activate" handler="on_edit_activate"/>
116
 
        <child internal-child="image">
117
 
          <widget class="GtkImage" id="image23">
118
 
            <property name="visible">True</property>
119
 
            <property name="stock">gtk-find-and-replace</property>
120
 
            <property name="icon_size">1</property>
121
 
          </widget>
122
 
        </child>
123
 
      </widget>
124
 
    </child>
125
 
  </widget>
126
6
  <widget class="GtkWindow" id="container">
127
7
    <property name="visible">True</property>
128
8
    <property name="title" translatable="yes">window1</property>
206
86
            <property name="visible">True</property>
207
87
            <property name="can_focus">False</property>
208
88
            <property name="window_placement">GTK_CORNER_TOP_RIGHT</property>
 
89
            <property name="window_placement_set">True</property>
209
90
            <child>
210
91
              <widget class="GtkTextView" id="textview0">
211
92
                <property name="visible">True</property>
479
360
                        <child>
480
361
                          <widget class="GtkLabel" id="label10">
481
362
                            <property name="visible">True</property>
482
 
                            <property name="label">_Discard Changes</property>
 
363
                            <property name="label" translatable="yes">_Discard Changes</property>
483
364
                            <property name="use_underline">True</property>
484
365
                          </widget>
485
366
                          <packing>
537
418
                        <child>
538
419
                          <widget class="GtkLabel" id="label11">
539
420
                            <property name="visible">True</property>
540
 
                            <property name="label">_Save Selected</property>
 
421
                            <property name="label" translatable="yes">_Save Selected</property>
541
422
                            <property name="use_underline">True</property>
542
423
                          </widget>
543
424
                          <packing>