src/eric7/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10487
fb7b78071ee8
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
21 """ 21 """
22 Class implementing a dialog to select the action to be performed on 22 Class implementing a dialog to select the action to be performed on
23 the bookmark. 23 the bookmark.
24 """ 24 """
25 25
26 # TODO: change this to an enum
26 Undefined = -1 27 Undefined = -1
27 AddBookmark = 0 28 AddBookmark = 0
28 EditBookmark = 1 29 EditBookmark = 1
29 AddSpeeddial = 2 30 AddSpeeddial = 2
30 RemoveSpeeddial = 3 31 RemoveSpeeddial = 3

eric ide

mercurial