src/eric7/Project/ProjectOthersBrowser.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9527
8601253e7633
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
389 if mimetype is None: 389 if mimetype is None:
390 EricMessageBox.warning( 390 EricMessageBox.warning(
391 self, 391 self,
392 self.tr("Show Mime-Type"), 392 self.tr("Show Mime-Type"),
393 self.tr( 393 self.tr(
394 """The mime type of the file could not be""" """ determined.""" 394 """The mime type of the file could not be determined."""
395 ), 395 ),
396 ) 396 )
397 elif mimetype.split("/")[0] == "text": 397 elif mimetype.split("/")[0] == "text":
398 EricMessageBox.information( 398 EricMessageBox.information(
399 self, 399 self,

eric ide

mercurial