minor heading change in Preferences dialog

This commit is contained in:
sqlcoder 2010-06-07 21:58:04 +01:00
parent 8e0fb78570
commit fb811ca388

View File

@ -60,7 +60,7 @@ class GuiPrefs:
configColumn.pack_start(cRender, True)
configColumn.add_attribute(cRender, 'text', 1)
configColumn = gtk.TreeViewColumn("Value")
configColumn = gtk.TreeViewColumn("Value (double-click to change)")
self.configView.append_column(configColumn)
cRender = gtk.CellRendererText()
configColumn.pack_start(cRender, True)