From 1046c195a9bbac24678c06310a4dd56b10347244 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:56:14 +0200 Subject: 1.15 --- ui/SyncDialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui/SyncDialog.h') diff --git a/ui/SyncDialog.h b/ui/SyncDialog.h index 10f449c8..2f6c5a53 100644 --- a/ui/SyncDialog.h +++ b/ui/SyncDialog.h @@ -63,7 +63,7 @@ class BatchDialog: public BatchDlgGenerated public: BatchDialog(wxWindow* window, const MainConfiguration& config, - const vector& folderPairs); + const std::vector& folderPairs); ~BatchDialog(); @@ -82,14 +82,14 @@ private: void OnClose( wxCloseEvent& event); void OnCancel( wxCommandEvent& event); - void OnCreateBatchJob( wxCommandEvent& event); + void OnSaveBatchJob( wxCommandEvent& event); void updateFilterButton(); - bool createBatchFile(const wxString& filename); + bool saveBatchFile(const wxString& filename); SyncConfiguration localSyncConfiguration; - vector localFolderPairs; + std::vector localFolderPairs; bool filterIsActive; }; -- cgit