~stoq-dev/stoq/master-old

« back to all changes in this revision

Viewing changes to data/glade/till.glade

  • Committer: Thiago Bellini
  • Date: 2011-06-09 17:17:44 UTC
  • Revision ID: hackedbellini@async.com.br-20110609171744-8mjtwl8lrxqnpgbk
Add help on Till

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
                    </widget>
218
218
                </child>
219
219
                <child>
 
220
                    <widget class="GtkAction" id="help_contents">
 
221
                        <property name="name">help_contents</property>
 
222
                        <property name="stock_id">gtk-help</property>
 
223
                        <property name="label" translatable="yes">_Contents</property>
 
224
                        <property name="accelerator">&lt;Shift&gt;uF1</property>
 
225
                    </widget>
 
226
                </child>
 
227
                <child>
 
228
                    <widget class="GtkAction" id="help_till">
 
229
                        <property name="name">help_till</property>
 
230
                        <property name="label" translatable="yes">Till help</property>
 
231
                        <property name="accelerator">F1</property>
 
232
                    </widget>
 
233
                </child>
 
234
                <child>
220
235
                    <widget class="GtkAction" id="quit_action">
221
236
                        <property name="name">quit_action</property>
222
237
                        <property name="label" translatable="yes">Quit</property>
256
271
            </menu>
257
272
        <placeholder name="ExtraMenu"/>
258
273
            <menu action="help_menu">
 
274
              <menuitem action="help_contents"/>
 
275
              <menuitem action="help_till"/>
 
276
              <separator name="help_separator"/>
259
277
              <menuitem action="about_menu"/>
260
278
            </menu>
261
279
          </menubar>