Helpviewer/Bookmarks/BookmarksManager.py

branch
5_1_x
changeset 1113
95d837803666
parent 882
34b86be88bf0
child 1235
49636265fb45
equal deleted inserted replaced
1111:8f7ebfc5b087 1113:95d837803666
399 writer = XbelWriter() 399 writer = XbelWriter()
400 if not writer.write(fileName, self.__bookmarkRootNode): 400 if not writer.write(fileName, self.__bookmarkRootNode):
401 E5MessageBox.critical(None, 401 E5MessageBox.critical(None,
402 self.trUtf8("Exporting Bookmarks"), 402 self.trUtf8("Exporting Bookmarks"),
403 self.trUtf8("""Error exporting bookmarks to <b>{0}</b>.""")\ 403 self.trUtf8("""Error exporting bookmarks to <b>{0}</b>.""")\
404 .format(bookmarkFile)) 404 .format(fileName))
405 405
406 def __convertFromOldBookmarks(self): 406 def __convertFromOldBookmarks(self):
407 """ 407 """
408 Private method to convert the old bookmarks into the new ones. 408 Private method to convert the old bookmarks into the new ones.
409 """ 409 """

eric ide

mercurial