X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..8a8997c3be3d3795a91ef0d977417b8d2681bb6f:/src/common/fddlgcmn.cpp

diff --git a/src/common/fddlgcmn.cpp b/src/common/fddlgcmn.cpp
index e330c26385..20e18060a6 100644
--- a/src/common/fddlgcmn.cpp
+++ b/src/common/fddlgcmn.cpp
@@ -6,7 +6,7 @@
 // Created:     01.08.01
 // RCS-ID:
 // Copyright:   (c) 2001 Vadim Zeitlin
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -74,8 +74,8 @@ void wxFindReplaceDialogBase::Send(wxFindDialogEvent& event)
 
     m_FindReplaceData->m_Flags = event.GetFlags();
     m_FindReplaceData->m_FindWhat = event.GetFindString();
-    if ( HasFlag(wxFR_REPLACEDIALOG) && 
-         (event.GetEventType() == wxEVT_COMMAND_FIND_REPLACE || 
+    if ( HasFlag(wxFR_REPLACEDIALOG) &&
+         (event.GetEventType() == wxEVT_COMMAND_FIND_REPLACE ||
           event.GetEventType() == wxEVT_COMMAND_FIND_REPLACE_ALL) )
     {
         m_FindReplaceData->m_ReplaceWith = event.GetReplaceString();