3019:7912530a33e2 | 3020:542e97d4ecb3 |
---|---|
269 """ | 269 """ |
270 Private slot to show an error message. | 270 Private slot to show an error message. |
271 | 271 |
272 @param msg error message to show (string) | 272 @param msg error message to show (string) |
273 """ | 273 """ |
274 E5MessageBox.critical(self, | 274 E5MessageBox.critical( |
275 self, | |
275 self.trUtf8("Subversion Error"), | 276 self.trUtf8("Subversion Error"), |
276 msg) | 277 msg) |
277 | 278 |
278 def accept(self): | 279 def accept(self): |
279 """ | 280 """ |