532 self.tr( |
532 self.tr( |
533 "The compilation of the interface file was" |
533 "The compilation of the interface file was" |
534 " successful.")) |
534 " successful.")) |
535 else: |
535 else: |
536 ui.showNotification( |
536 ui.showNotification( |
537 UI.PixmapCache.getPixmap("corba48.png"), |
537 UI.PixmapCache.getPixmap("corba48"), |
538 self.tr("Interface Compilation"), |
538 self.tr("Interface Compilation"), |
539 self.tr( |
539 self.tr( |
540 "The compilation of the interface file was" |
540 "The compilation of the interface file was" |
541 " successful.")) |
541 " successful.")) |
542 else: |
542 else: |
546 self.tr("Interface Compilation"), |
546 self.tr("Interface Compilation"), |
547 self.tr( |
547 self.tr( |
548 "The compilation of the interface file failed.")) |
548 "The compilation of the interface file failed.")) |
549 else: |
549 else: |
550 ui.showNotification( |
550 ui.showNotification( |
551 UI.PixmapCache.getPixmap("corba48.png"), |
551 UI.PixmapCache.getPixmap("corba48"), |
552 self.tr("Interface Compilation"), |
552 self.tr("Interface Compilation"), |
553 self.tr( |
553 self.tr( |
554 "The compilation of the interface file failed.")) |
554 "The compilation of the interface file failed.")) |
555 self.compileProc = None |
555 self.compileProc = None |
556 |
556 |