SVN:(RD)[71061] Interface fixes for Phoenix

0 views
Skip to first unread message

nor...@wxsite.net

unread,
Mar 31, 2012, 12:39:53 AM3/31/12
to wx-commi...@googlegroups.com
Revision
71061
Author
RD
Date
2012-03-30 21:39:53 -0700 (Fri, 30 Mar 2012)

Log Message

Interface fixes for Phoenix

Modified Paths

Diff

Modified: wxWidgets/trunk/interface/wx/fdrepdlg.h (71060 => 71061)


--- wxWidgets/trunk/interface/wx/fdrepdlg.h	2012-03-31 04:39:48 UTC (rev 71060)
+++ wxWidgets/trunk/interface/wx/fdrepdlg.h	2012-03-31 04:39:53 UTC (rev 71061)
@@ -20,7 +20,7 @@
 
     /** case sensitive search/replace selected (otherwise - case insensitive) */
     wxFR_MATCHCASE  = 4
-}
+};
 
 
 /**
@@ -39,7 +39,7 @@
 
     /** don't allow whole word searching */
     wxFR_NOWHOLEWORD   = 8
-}
+};
 
 
 /**
@@ -95,8 +95,14 @@
     const wxString& GetReplaceString() const;
 };
 
+wxEventType wxEVT_COMMAND_FIND;
+wxEventType wxEVT_COMMAND_FIND_NEXT;
+wxEventType wxEVT_COMMAND_FIND_REPLACE;
+wxEventType wxEVT_COMMAND_FIND_REPLACE_ALL;
+wxEventType wxEVT_COMMAND_FIND_CLOSE;
 
 
+
 /**
     @class wxFindReplaceData
 
Reply all
Reply to author
Forward
0 new messages