~chromano/stoq/ideale

« back to all changes in this revision

Viewing changes to data/glade/production.glade

  • Committer: georgeyk
  • Date: 2009-09-15 19:25:31 UTC
  • mfrom: (1581.1.2 stoq)
  • Revision ID: georgeyk.dev@gmail.com-20090915192531-k2sdaugc178xucg7
merged master

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                    </widget>
14
14
                </child>
15
15
                <child>
 
16
                    <widget class="GtkAction" id="MenuStartProduction">
 
17
                        <property name="name">MenuStartProduction</property>
 
18
                        <property name="stock_id">stoq-transfer</property>
 
19
                        <property name="accelerator">&lt;Control&gt;t</property>
 
20
                        <property name="label" translatable="yes">Start Production...</property>
 
21
                    </widget>
 
22
                </child>
 
23
                <child>
16
24
                    <widget class="GtkAction" id="FinishOrder">
17
25
                        <property name="name">FinishOrder</property>
18
26
                        <property name="label" translatable="yes">Finish Order...</property>
74
82
                    </widget>
75
83
                </child>
76
84
                <child>
 
85
                    <widget class="GtkAction" id="ToolbarStartProduction">
 
86
                        <property name="name">ToolbarStartProduction</property>
 
87
                        <property name="label" translatable="yes">Start Production</property>
 
88
                        <property name="stock_id">stoq-transfer</property>
 
89
                    </widget>
 
90
                </child>
 
91
                <child>
77
92
                    <widget class="GtkAction" id="ProductionMenu">
78
93
                        <property name="name">ProductionMenu</property>
79
94
                        <property name="label" translatable="yes">_Production</property>
123
138
                        <property name="label" translatable="yes">Services...</property>
124
139
                        <property name="accelerator">&lt;Control&gt;s</property>
125
140
                    </widget>
126
 
                </child> 
 
141
                </child>
127
142
                <child>
128
143
                    <widget class="GtkAction" id="about_menu">
129
144
                        <property name="name">about_menu</property>
159
174
        <menubar action="menubar">
160
175
        <menu action="ProductionMenu">
161
176
            <menuitem action="MenuNewProduction"/>
 
177
            <menuitem action="MenuStartProduction"/>
162
178
            <separator name="sep"/>
163
179
            <menuitem action="ExportCSV"/>
164
180
            <menuitem action="Quit"/>
173
189
          </menubar>
174
190
          <toolbar action="toolbar1">
175
191
            <toolitem action="ToolbarNewProduction"/>
 
192
            <toolitem action="ToolbarStartProduction"/>
176
193
          </toolbar>
177
194
        </ui>]]></ui>
178
195
    </widget>