~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

  • Committer: William Grant
  • Date: 2010-02-23 08:48:09 UTC
  • mfrom: (1673 trunk)
  • mto: This revision was merged to the branch mainline in revision 1674.
  • Revision ID: grantw@unimelb.edu.au-20100223084809-du6dvsxrjhw15ytr
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
 
161
161
    cookies = {'clipboard': None}
162
162
 
163
 
    help = {'Filesystem': {'Browser': 'help.html',
164
 
                           'Running and Serving': 'help-run-serve.html',
165
 
                           # TODO: Unstub help page
166
 
                           #'Subversion': 'help-svn.html'
167
 
                           }}
 
163
    help = {'Files': {'Browser': 'help.html',
 
164
                      'Running and Serving': 'help-run-serve.html',
 
165
                      'Subversion': 'help-svn.html',
 
166
                     }}
168
167
 
169
168
    media = 'media'