eric7/Preferences/ToolConfigurationDialog.py

branch
eric7
changeset 8324
83084f088655
parent 8318
962bce857696
child 8327
666c2b81cbb7
equal deleted inserted replaced
8323:3bb9b7d997db 8324:83084f088655
123 " is not an executable." 123 " is not an executable."
124 " Please choose an executable filename.")) 124 " Please choose an executable filename."))
125 return 125 return
126 126
127 if len(self.toolsList.findItems( 127 if len(self.toolsList.findItems(
128 menutext, Qt.MatchFlags(Qt.MatchFlag.MatchExactly))): 128 menutext, Qt.MatchFlag.MatchExactly)):
129 E5MessageBox.critical( 129 E5MessageBox.critical(
130 self, 130 self,
131 self.tr("Add tool entry"), 131 self.tr("Add tool entry"),
132 self.tr("An entry for the menu text {0} already exists.") 132 self.tr("An entry for the menu text {0} already exists.")
133 .format(menutext)) 133 .format(menutext))

eric ide

mercurial