uidesigner/com.nokia.sdt.series60.componentlibrary/components/containers/DialogBase.properties
Fix SBSv2 SDK filtering.
(1) When only SBSv2 is available, assume all SDKs are SBSv2-capable.
(2) In the SBSv1+SBSv2 case, ensure the version check >= 8.3 is correct (it was disallowing anything with minor version < 3).
backColor=background color
wait=waiting
modeless=modeless
EEikDialogFlagModelessDescription=If true, dialog is not added to control stack automatically
EEikDialogFlagWaitDescription=If true, execution does not return until dialog is dismissed
#handleAttemptDimmedSelection=handleAttemptDimmedSelection
#dynInitMenuBar=dynInitMenuBar
#checkHotKeyNotDimmed=checkHotKeyNotDimmed
prepareForFocusTransition=prepareForFocusTransition
prepareForFocusTransitionDescription=Handles validation of the current line before moving to a new one (MEikDialogPageObserver::PrepareForFocusTransitionL)
pageChanged=pageChanged
pageChangedDescription=Handles change of the active dialog page (MEikDialogPageObserver::PageChangedL)
lineChanged=lineChanged
lineChangedDescription=Handles change of the current dialog line (item) (MEikDialogPageObserver::LineChangedL)
processCommand=processCommand
processCommandDescription=Handles user commands at the dialog level (CAknDialog::ProcessCommandL)
dynInitMenuPane=dynInitMenuPane
dynInitMenuPaneDescription=Handles dynamic changes to menu loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
offerKeyToApp=offerKeyToApp
offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)