2006-05-01  Alex Roitman  <shura@gramps-project.org>
	* various: merge changes from gramps20.

In po:
2006-05-01  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new file.



svn: r6504
This commit is contained in:
Alex Roitman
2006-05-01 21:11:26 +00:00
parent 45ebde94e6
commit f9942e1e10
44 changed files with 2077 additions and 647 deletions

View File

@ -47,7 +47,7 @@ import Config
try:
ICON = pixbuf_new_from_file(const.icon)
except:
pass
ICON = None
class SaveDialog:
def __init__(self,msg1,msg2,task1,task2,parent=None):