~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to samples/simpleBrowser/simpleBrowser.rsrc.py

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-11-12 17:52:13 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175213-tv8bnl6rtpa2qw1o
Tags: 0.8.1-8.1
* Non-maintainer upload.
* Fix path to findfiles, codeEditor and resourceEditor:
   + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
{ 'stack':{ 'type':'Stack',
 
2
{ 'application':{ 'type':'Application',
3
3
            'name':'SimpleBrowser',
4
4
 
5
5
    'backgrounds':
26
26
                { 'type':'MenuItem', 'name':'fileSep1', 'label':'-' },
27
27
                { 'type':'MenuItem',
28
28
                  'name':'menuFileExit',
29
 
                  'label':'E&xit\tAlt+X' } ] }
 
29
                  'label':'E&xit\tAlt+X',
 
30
                  'command':'exit', } ] }
30
31
        ]       
31
32
    },
32
33