2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/plugins/WriteCD.py
	* src/plugins/vcardexport.glade
	* src/plugins/ExportVCard.py
	* src/plugins/writeftree.glade
	* src/plugins/ExportCSV.py
	* src/plugins/csvexport.glade
	* src/plugins/vcalendarexport.glade
	* src/plugins/ExportVCalendar.py
	* src/plugins/genewebexport.glade
	* src/plugins/WriteGeneWeb.py
	* src/ExportAssistant.py
	* src/ExportOptions.py
	* src/ArgHandler.py
	work on mnemonics for export dialogues and doc string fixes

svn: r9855
This commit is contained in:
Raphael Ackermann
2008-01-16 21:42:05 +00:00
parent 57d376fca7
commit 719be42081
14 changed files with 115 additions and 81 deletions

View File

@@ -20,7 +20,7 @@
#
# $Id$
"Export Persons to vCard"
"Export Persons to vCard."
#-------------------------------------------------------------------------
#
@@ -64,7 +64,8 @@ from PluginUtils import register_export
class CardWriterOptionBox:
"""
Create a VBox with the option widgets and define methods to retrieve
the options.
the options.
"""
def __init__(self, person):
self.person = person
@@ -263,7 +264,7 @@ def exportData(database, filename, person, option_box, callback=None):
#
#
#-------------------------------------------------------------------------
_title = _('vCard')
_title = _('_vCard')
_description = _('vCard is used in many addressbook and pim applications.')
_config = (_('vCard export options'), CardWriterOptionBox)
_filename = 'vcf'