summaryrefslogtreecommitdiff
path: root/ui/SyncDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/SyncDialog.h')
-rw-r--r--ui/SyncDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/SyncDialog.h b/ui/SyncDialog.h
index 9e79c7d2..3eee6400 100644
--- a/ui/SyncDialog.h
+++ b/ui/SyncDialog.h
@@ -23,6 +23,8 @@ public:
wxBitmapButton* button5,
const SyncConfiguration& syncConfig);
+ static void adjustToolTips(wxStaticBitmap* bitmap, const CompareVariant var);
+
private:
void calculatePreview();
@@ -70,6 +72,7 @@ private:
void OnFilterButton( wxCommandEvent& event);
void OnSelectRecycleBin(wxCommandEvent& event);
+ void OnChangeCompareVar(wxCommandEvent& event);
void OnClose( wxCloseEvent& event);
void OnCancel( wxCommandEvent& event);
bgstack15