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)) |