summaryrefslogtreecommitdiff
path: root/ui/SyncDialog.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:51:28 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:51:28 +0200
commit8f27768c1c35f09152b35caeab20e705086fd03f (patch)
tree1b1c8fa36bb2b7fc60e2be551a454de239bb5c7f /ui/SyncDialog.h
parent1.7 (diff)
downloadFreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.tar.gz
FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.tar.bz2
FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.zip
1.8
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