Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Improved importing support.
[xestiaab/.git] / source / import / frmImportContacts.cpp
index 0160598..e37e5cd 100644 (file)
@@ -126,6 +126,8 @@ frmImportContactsADT( parent )
        AccName.clear();
        
     }
+    
+    DialogResult = FALSE;
 
 }
 
@@ -153,11 +155,13 @@ void frmImportContacts::GetContacts()
 
 void frmImportContacts::CloseWindow( wxCommandEvent& event )
 {
+       DialogResult = FALSE;
        this->Close();
 }
 
 void frmImportContacts::ImportContacts( wxCommandEvent& event )
 {
+       DialogResult = TRUE;
        this->Close();
 }
 
@@ -293,4 +297,10 @@ wxString frmImportContacts::GetAccountType()
        
        return AccountType;
 
+}
+
+bool frmImportContacts::GetDialogResult(){
+
+       return DialogResult;
+
 }
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy