git-svn-id: https://svn.coded.pt/svn/SIPRP@1060 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Tiago Simão 17 years ago
parent 5a1628caeb
commit 52c6306273

@ -34,11 +34,13 @@ import info.clearthought.layout.TableLayout;
import info.clearthought.layout.TableLayoutConstraints;
import java.awt.CardLayout;
import java.io.File;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import javax.swing.BorderFactory;
import javax.swing.JComponent;
@ -656,7 +658,7 @@ public class ProcessoDadosPanel extends JPanel
to = estabelecimentoEmail;
try
{
MailDialog mailDialog = new MailDialog( parentWindow, to, bcc, subject, body, null );
MailDialog mailDialog = new MailDialog( parentWindow, to, bcc, subject, body, new Vector<File>() );
result = new String[2];
result[0] = mailDialog.getSubject();
result[1] = mailDialog.getMessage();

Loading…
Cancel
Save