diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-05-06 14:38:48 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-05-06 14:52:18 +0100 |
commit | a1d3641e9c8ce8cfc0038e4a90da10e4e916fa74 (patch) | |
tree | 23ed871f87b7ce7ef8917bfd5b7cfd8633609ea5 /scp2/source/python | |
parent | c00e3457c1923f20da966f696fab679ace39408b (diff) |
install the new msgbox.py helper
Diffstat (limited to 'scp2/source/python')
-rw-r--r-- | scp2/source/python/module_python_mailmerge.scp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/source/python/module_python_mailmerge.scp b/scp2/source/python/module_python_mailmerge.scp index ee92ef12d523..53ed507acd08 100644 --- a/scp2/source/python/module_python_mailmerge.scp +++ b/scp2/source/python/module_python_mailmerge.scp @@ -35,5 +35,11 @@ File gid_File_Pymailmerge Name = "mailmerge.py"; Styles = (PACKED); End +File gid_File_Pymailmerge_msgbox + TXT_FILE_BODY; + Dir = gid_Dir_Program; + Name = "msgbox.py"; + Styles = (PACKED); +End #endif #endif |