41 else: |
41 else: |
42 self.bookmarkButton.setHidden(True) |
42 self.bookmarkButton.setHidden(True) |
43 self.bookmarkCombo.setHidden(True) |
43 self.bookmarkCombo.setHidden(True) |
44 |
44 |
45 if showNone: |
45 if showNone: |
46 self.tipButton.setText(self.trUtf8("No revision selected")) |
46 self.tipButton.setText(self.tr("No revision selected")) |
47 self.tipButton.setToolTip(self.trUtf8( |
47 self.tipButton.setToolTip(self.tr( |
48 "Select to not specify a specific revision")) |
48 "Select to not specify a specific revision")) |
49 |
49 |
50 def __updateOK(self): |
50 def __updateOK(self): |
51 """ |
51 """ |
52 Private slot to update the OK button. |
52 Private slot to update the OK button. |