diff options
Diffstat (limited to 'ui/search.cpp')
-rw-r--r-- | ui/search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/search.cpp b/ui/search.cpp index 444356d1..4c9c5366 100644 --- a/ui/search.cpp +++ b/ui/search.cpp @@ -42,7 +42,7 @@ SearchDlg::SearchDlg(wxWindow* parent, wxString& searchText, bool& respectCase) searchText_(searchText), respectCase_(respectCase) { -#ifdef FFS_WIN +#ifdef ZEN_WIN new zen::MouseMoveWindow(*this); //allow moving main dialog by clicking (nearly) anywhere...; ownership passed to "this" #endif |