~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/gui/BrowserDialog.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2011-06-15 23:48:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615234831-hlgcsk2pmx5q5c2n
Tags: 3.4.1-1
* New upstream version.
* Update manpage with new features in 3.4.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: BrowserDialog.cxx 2199 2011-01-01 16:04:32Z stephena $
 
17
// $Id: BrowserDialog.cxx 2250 2011-06-09 14:00:30Z stephena $
18
18
//
19
19
//   Based on code from ScummVM - Scumm Interpreter
20
20
//   Copyright (C) 2002-2004 The ScummVM project
164
164
  _nodeList->clear();
165
165
 
166
166
  // Update the path display
167
 
  _currentPath->setLabel(_node.getRelativePath());
 
167
  _currentPath->setLabel(_node.getPath(false));
168
168
 
169
169
  // Read in the data from the file system
170
170
  FSList content;