diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:51:28 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:51:28 +0200 |
commit | 8f27768c1c35f09152b35caeab20e705086fd03f (patch) | |
tree | 1b1c8fa36bb2b7fc60e2be551a454de239bb5c7f /ui/SyncDialog.h | |
parent | 1.7 (diff) | |
download | FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.tar.gz FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.tar.bz2 FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.zip |
1.8
Diffstat (limited to 'ui/SyncDialog.h')
-rw-r--r-- | ui/SyncDialog.h | 3 |
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); |