Batch of changes:

- converting relative paths to absolute to compensate chdir
  - added Locate command (Edit menu)
  - Notebook children are highlighted correctly (at least on wxGTK 2.5.3)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Roman Rolinsky
2005-01-31 19:49:04 +00:00
parent 5d2ac6b8c6
commit fd91945141
3 changed files with 65 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ import sys
# Global constants
progname = 'XRCed'
version = '0.1.3-1'
version = '0.1.4-1'
# Can be changed to set other default encoding different
defaultEncoding = sys.getdefaultencoding()