2006-05-12  Alex Roitman  <shura@gramps-project.org>
	* src/UndoHistory.py (gtk_color_to_str): Better color to str.
	* src/QuestionDialog.py (QuestionDialog2.__init__): Use the
	underline for labels.
	* src/plugins/ChangeNames.py: Fix WM.
	* src/plugins/PatchNames.py: Fix WM.

In po:
	* gramps.pot: Update.


svn: r6630
This commit is contained in:
Alex Roitman
2006-05-12 18:46:26 +00:00
parent 75d6553294
commit 9e68a4b550
7 changed files with 661 additions and 438 deletions

View File

@ -118,7 +118,9 @@ class QuestionDialog2:
label2.set_use_markup(True)
self.xml.get_widget('okbutton').set_label(label_msg1)
self.xml.get_widget('okbutton').set_use_underline(True)
self.xml.get_widget('no').set_label(label_msg2)
self.xml.get_widget('no').set_use_underline(True)
self.top.show()
if parent:
self.top.set_transient_for(parent)