~leonov-gtk/leonov/leonov-gtk

« back to all changes in this revision

Viewing changes to leonov/gtk/bugsnotebook.py

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2008-09-06 20:16:30 UTC
  • mfrom: (109.2.1 leonov)
  • Revision ID: rainct@ubuntu.com-20080906201630-e9k9ihes3f00pw0a
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    def _generateLabelWidget(self, bug):
59
59
        hBox = gtk.HBox()
60
60
        
61
 
        lbl = gtk.Label("Bug report #"+str(bug.bugnumber))
 
61
        lbl = gtk.Label(_("Bug report #")+str(bug.bugnumber))
62
62
        closeButton = gtk.Button()
63
63
        clsImage = gtk.Image()
64
64
        clsImage.set_from_stock(gtk.STOCK_CLOSE, gtk.ICON_SIZE_MENU)