diff -r a359256acfc6 -r c8a366e56285 web_pub/browser_control_api/inc/BrCtlDialogsProvider.h --- a/web_pub/browser_control_api/inc/BrCtlDialogsProvider.h Thu Aug 27 07:44:59 2009 +0300 +++ b/web_pub/browser_control_api/inc/BrCtlDialogsProvider.h Thu Sep 24 12:53:48 2009 +0300 @@ -36,7 +36,15 @@ * OK softkey is available * Cancel button is not available */ - ESelectTypeOkOnly + ESelectTypeOkOnly, + /** + * Added enumeration ESelectTypeWithFindPane at offset of 0x100 so that + * the limit of different types of dialog boxes can be upto 256. + * Any user who wants a list with find pane must "|" with a defined type + * above like ESelectTypeNone | ESelectTypeWithFindPane to obtain a list + * box with find pane. + */ + ESelectTypeWithFindPane = 0x100 }; /**