diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-09-18 13:42:42 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-09-18 13:42:42 +0200 |
| commit | 73c3f5fba688d9359dbf79f70b8759aee2857e41 (patch) | |
| tree | a5f768f3e3f218a6e3f4e0457d86ecd3ba140311 /src/Gui/CCMainWindow.py | |
| parent | 2365e9d8567450c6cbed58bbdb8f212ce2b83fe3 (diff) | |
| download | abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.tar.gz abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.tar.xz abrt-73c3f5fba688d9359dbf79f70b8759aee2857e41.zip | |
updated translation strings
Diffstat (limited to 'src/Gui/CCMainWindow.py')
| -rw-r--r-- | src/Gui/CCMainWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index ac0b600..3ad979d 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -76,7 +76,7 @@ class MainWindow(): self.modelfilter.set_visible_func(self.filter_dumps, None) self.dlist.set_model(self.modelfilter) # add pixbuff separatelly - icon_column = gtk.TreeViewColumn('Icon') + icon_column = gtk.TreeViewColumn(_("Icon")) icon_column.cell = gtk.CellRendererPixbuf() icon_column.cell.set_property('cell-background', "#C9C9C9") n = self.dlist.append_column(icon_column) |
