diff options
Diffstat (limited to 'ui/SyncDialog.h')
-rw-r--r-- | ui/SyncDialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/SyncDialog.h b/ui/SyncDialog.h index 3eee6400..bf2da634 100644 --- a/ui/SyncDialog.h +++ b/ui/SyncDialog.h @@ -76,10 +76,11 @@ private: void OnClose( wxCloseEvent& event); void OnCancel( wxCommandEvent& event); - void OnCreateJob( wxCommandEvent& event); + void OnCreateBatchJob( wxCommandEvent& event); void updateFilterButton(); - wxString parseConfiguration(); + wxString getCommandlineArguments(); + bool createBatchFile(const wxString& filename); SyncConfiguration localSyncConfiguration; bool filterIsActive; |