~ubuntu-branches/ubuntu/maverick/svn-workbench/maverick

« back to all changes in this revision

Viewing changes to Source/wb_ids.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-07-30 23:33:06 UTC
  • mfrom: (2.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080730233306-f4radlcg6d8dr9k8
Tags: 1.5.4-2
Fix wx import. Closes: #492605.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'''
2
2
 ====================================================================
3
 
 Copyright (c) 2003-2006 Barry A Scott.  All rights reserved.
 
3
 Copyright (c) 2003-2007 Barry A Scott.  All rights reserved.
4
4
 
5
5
 This software is licensed as described in the file LICENSE.txt,
6
6
 which you should have received as part of this distribution.
18
18
id_View_IgnoredFiles = wx.NewId()
19
19
id_View_UncontrolledFiles = wx.NewId()
20
20
id_View_Recursive = wx.NewId()
 
21
id_View_OnlyChanges = wx.NewId()
21
22
id_ClearLog = wx.NewId()
22
23
 
 
24
id_View_Diff_WbDiff = wx.NewId()
 
25
id_View_Diff_ExtGuiDiff = wx.NewId()
 
26
id_View_Diff_ExtTextDiff = wx.NewId()
 
27
id_View_Diff_SvnDiff = wx.NewId()
 
28
 
23
29
id_Project_Add = wx.NewId()
24
30
id_Project_Update = wx.NewId()
25
31
id_Project_Delete = wx.NewId()
27
33
id_Bookmark_Add = wx.NewId()
28
34
id_Bookmark_Manage = wx.NewId()
29
35
 
30
 
id_Return_Hotkey = wx.NewId()
31
 
 
32
36
id_Command_Shell = wx.NewId()
33
37
id_File_Browser = wx.NewId()
34
38
 
67
71
id_SP_Revert = wx.NewId()
68
72
id_SP_Unlock = wx.NewId()
69
73
id_SP_Update = wx.NewId()
 
74
id_SP_CreateTag = wx.NewId()
 
75
id_SP_CreateBranch = wx.NewId()
70
76
 
71
77
id_SP_Report_Updates = wx.NewId()
72
78
id_SP_Report_LocksWc = wx.NewId()