* src/gramps.glade: Make the select spouse dialog not modal.

* src/TextDoc.py: Added name property to style sheets
* src/StyleEditor.py: Add name property to edited style sheets
* src/RelLib.py: Fix for witness event under ZODB
* src/docgen/OpenDrawDoc.py: change name to OpenOffice.org
* src/docgen/OpenOfficeDoc.py: change name to OpenOffice.org


svn: r1682
This commit is contained in:
Don Allingham 2003-06-10 14:23:28 +00:00
parent 34fc21e621
commit 2080b58672

View File

@ -2716,7 +2716,7 @@
<property name="title" translatable="yes"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">True</property>
<property name="modal">False</property>
<property name="default_width">550</property>
<property name="default_height">400</property>
<property name="resizable">True</property>