diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:09:45 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:09:45 +0200 |
commit | 88c8801298cbf6fec9cdce254c7b3cb9e066a421 (patch) | |
tree | 35a35acf48eb227bac30abc8f87ea9b1c3c57b68 /shared/custom_combo_box.h | |
parent | 3.12 (diff) | |
download | FreeFileSync-88c8801298cbf6fec9cdce254c7b3cb9e066a421.tar.gz FreeFileSync-88c8801298cbf6fec9cdce254c7b3cb9e066a421.tar.bz2 FreeFileSync-88c8801298cbf6fec9cdce254c7b3cb9e066a421.zip |
3.13
Diffstat (limited to 'shared/custom_combo_box.h')
-rw-r--r-- | shared/custom_combo_box.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shared/custom_combo_box.h b/shared/custom_combo_box.h index 28361a30..070790a6 100644 --- a/shared/custom_combo_box.h +++ b/shared/custom_combo_box.h @@ -1,7 +1,7 @@ // ************************************************************************** // * This file is part of the FreeFileSync project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * -// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) * +// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) * // ************************************************************************** // #ifndef CUSTOMCOMBOBOX_H_INCLUDED @@ -31,10 +31,10 @@ private: void OnKeyEvent(wxKeyEvent& event); #if wxCHECK_VERSION(2, 9, 1) - void OnShowDropDown(wxCommandEvent& event); - void OnHideDropDown(wxCommandEvent& event); + void OnShowDropDown(wxCommandEvent& event); + void OnHideDropDown(wxCommandEvent& event); - bool dropDownShown; + bool dropDownShown; #endif }; |